Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stigkj/465206 to your computer and use it in GitHub Desktop.
Save stigkj/465206 to your computer and use it in GitHub Desktop.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany.app</groupId>
<artifactId>my-app</artifactId>
<version>1</version>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-spring</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>java-net</id>
<name>java.net Maven 2 repository</name>
<url>http://download.java.net/maven/2</url>
</repository>
</repositories>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment