Skip to content

Commit

Permalink
Update pom.xml for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
calinburloiu committed Mar 3, 2013
1 parent c7f39ed commit 2640a8b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -40,7 +40,6 @@
<groupId>com.hp.hpl.jena</groupId>
<artifactId>jena</artifactId>
<version>2.6.4</version>
<exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions>
</dependency>

<dependency>
Expand All @@ -55,6 +54,17 @@
<version>2.8.7</version>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.8</version>
</dependency>

<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.8</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 2640a8b

Please sign in to comment.