You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by co...@apache.org on 2011/03/17 13:42:42 UTC

svn commit: r1082464 - /incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml

Author: concelvio
Date: Thu Mar 17 12:42:42 2011
New Revision: 1082464

URL: http://svn.apache.org/viewvc?rev=1082464&view=rev
Log:
STANBOL-39:
1 ) Added dependency org.apache.stanbol.reengineer.base to pom.xml
2) Removed dependency to eu.iksproject.kres.ontologies

Modified:
    incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml

Modified: incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml?rev=1082464&r1=1082463&r2=1082464&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml (original)
+++ incubator/stanbol/trunk/kres/eu.iksproject.kres.jersey/pom.xml Thu Mar 17 12:42:42 2011
@@ -229,7 +229,12 @@
 			<groupId>org.apache.stanbol</groupId>
 			<artifactId>org.apache.stanbol.rules.manager</artifactId>
 			<version>${stanbol-version}</version>
-		</dependency>	
+		</dependency>
+                <dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.reengineer.base</artifactId>
+			<version>${stanbol-version}</version>
+		</dependency>
 		
 		<!--
 		<dependency>
@@ -249,12 +254,6 @@
 		-->
 		<dependency>
 			<groupId>eu.iksproject</groupId>
-			<artifactId>eu.iksproject.kres.ontologies</artifactId>
-			<version>${kres-version}</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>eu.iksproject</groupId>
 			<artifactId>eu.iksproject.kres.semion.manager</artifactId>
 			<version>${kres-version}</version>
 			<scope>provided</scope>