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/21 01:46:36 UTC

svn commit: r1083647 - /incubator/stanbol/trunk/kres/reengineer/web/pom.xml

Author: concelvio
Date: Mon Mar 21 00:46:36 2011
New Revision: 1083647

URL: http://svn.apache.org/viewvc?rev=1083647&view=rev
Log:
STANBOL-39:
1) Changed depedency from eu.iksproject.kres.shared.dependency.owlapi to org.apache.stanbol.owlapi

Modified:
    incubator/stanbol/trunk/kres/reengineer/web/pom.xml

Modified: incubator/stanbol/trunk/kres/reengineer/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/web/pom.xml?rev=1083647&r1=1083646&r2=1083647&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/web/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reengineer/web/pom.xml Mon Mar 21 00:46:36 2011
@@ -246,6 +246,12 @@
 			<version>${stanbol-version}</version>
 			<scope>provided</scope>
 		</dependency>
+                <dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.owlapi</artifactId>
+			<version>${stanbol-version}</version>
+			<scope>provided</scope>
+		</dependency>
 		<!--
 			<dependency> <groupId>eu.iksproject</groupId>
 			<artifactId>eu.iksproject.kres.manager</artifactId>
@@ -261,12 +267,6 @@
 			<version>${kres-version}</version> <scope>provided</scope>
 			</dependency>
 		-->
-		<dependency>
-			<groupId>eu.iksproject</groupId>
-			<artifactId>eu.iksproject.kres.shared.dependency.owlapi</artifactId>
-			<version>${kres-version}</version>
-			<scope>provided</scope>
-		</dependency>
                 
 		<!--
 			<dependency> <groupId>eu.iksproject</groupId>