Skip to content

Instantly share code, notes, and snippets.

@ddbj-repo
Created December 14, 2017 06:26
Show Gist options
  • Save ddbj-repo/4978b238ca7dbb94ebeebae0184cd6ce to your computer and use it in GitHub Desktop.
Save ddbj-repo/4978b238ca7dbb94ebeebae0184cd6ce to your computer and use it in GitHub Desktop.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apche.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>jp.ac.nig.ddbj</groupId>
<artifactId>wabi-client</artifactId>
<version>1</version>
<properties>
<compiler.version>1.6</compiler.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>jsonic</groupId>
<artifactId>jsonic</artifactId>
<version>1.2.5</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/jsonic-1.3.0.jar</systemPath>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
<build>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment