Author: fchrist
Date: Fri Jan 6 15:38:29 2012
New Revision: 1228233
URL: http://svn.apache.org/viewvc?rev=1228233&view=rev
Log:
Fixed ContentHub parent POM. Accidentally removed Jersey client dep
Modified:
incubator/stanbol/trunk/contenthub/parent/pom.xml
Modified: incubator/stanbol/trunk/contenthub/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/parent/pom.xml?rev=1228233&r1=1228232&r2=1228233&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/parent/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/parent/pom.xml Fri Jan 6 15:38:29 2012
@@ -126,6 +126,14 @@
<version>2.2.2</version>
</dependency>
+ <!-- Jersey -->
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-client</artifactId>
+ <version>${jersey-version}</version>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</dependencyManagement>