Skip to content

Commit

Permalink
pom
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatti committed Jan 17, 2010
1 parent 523bd0c commit 94b273d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.1.2-ea</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
Expand Down Expand Up @@ -407,6 +407,12 @@
<url>http://download.oracle.com/maven</url>
<layout>default</layout>
</repository>
<repository>
<id>javanet</id>
<name>javanet</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>

</repositories>

Expand Down

0 comments on commit 94b273d

Please sign in to comment.