You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2011/03/31 14:20:55 UTC

svn commit: r1087277 - in /incubator/stanbol/trunk/kres: reengineer/base/pom.xml rules/base/pom.xml

Author: alexdma
Date: Thu Mar 31 12:20:54 2011
New Revision: 1087277

URL: http://svn.apache.org/viewvc?rev=1087277&view=rev
Log:
STANBOL-24 :
- Replace dependencies on org.apache.stanbol:org.apache.stanbol.owl with owlapi:owlapi

Modified:
    incubator/stanbol/trunk/kres/reengineer/base/pom.xml
    incubator/stanbol/trunk/kres/rules/base/pom.xml

Modified: incubator/stanbol/trunk/kres/reengineer/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/base/pom.xml?rev=1087277&r1=1087276&r2=1087277&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/base/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reengineer/base/pom.xml Thu Mar 31 12:20:54 2011
@@ -93,24 +93,6 @@
 
 	<dependencies>
 
-		<!-- Stanbol deps -->
-		<dependency>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.ontologymanager.ontonet</artifactId>
-			<version>${stanbol-version}</version>
-		</dependency>
-                <dependency>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.owl</artifactId>
-			<version>${stanbol-version}</version>
-		</dependency>
-
-		<dependency>
-			<groupId>owlapi</groupId>
-			<artifactId>owlapi</artifactId>
-			<version>3.0.0</version>
-		</dependency>
-
 		<!-- OSGi deps -->
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -130,6 +112,14 @@
 			<version>1.2.0</version>
 			<scope>provided</scope>
 		</dependency>
+		
+		<!-- OWL deps -->
+		<dependency>
+			<groupId>owlapi</groupId>
+			<artifactId>owlapi</artifactId>
+			<version>3.0.0</version>
+			<scope>provided</scope>
+		</dependency>
 
 		<!-- Jena deps -->
 		<dependency>
@@ -194,12 +184,11 @@
 			<scope>provided</scope>
 		</dependency>
 
-		<!-- WebService deps -->
+		<!-- Stanbol deps -->
 		<dependency>
-			<groupId>com.sun.jersey</groupId>
-			<artifactId>jersey-client</artifactId>
-			<version>${jersey-version}</version>
-			<scope>provided</scope>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.ontologymanager.ontonet</artifactId>
+			<version>${stanbol-version}</version>
 		</dependency>
 
 		<!-- Disgnostics deps -->

Modified: incubator/stanbol/trunk/kres/rules/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/base/pom.xml?rev=1087277&r1=1087276&r2=1087277&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/base/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/base/pom.xml Thu Mar 31 12:20:54 2011
@@ -91,12 +91,11 @@
 			<version>2.6.2</version>
 			<scope>provided</scope>
 		</dependency>
-
-		<!-- Stanbol deps -->
 		<dependency>
-			<groupId>org.apache.stanbol</groupId>
-			<artifactId>org.apache.stanbol.owl</artifactId>
-			<version>${stanbol-version}</version>
+			<groupId>owlapi</groupId>
+			<artifactId>owlapi</artifactId>
+			<version>3.0.0</version>
+			<scope>provided</scope>
 		</dependency>
 
 		<!-- Diagnostics deps -->