You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/18 16:18:08 UTC

svn commit: r1147889 - /incubator/stanbol/trunk/parent/pom.xml

Author: fchrist
Date: Mon Jul 18 14:18:08 2011
New Revision: 1147889

URL: http://svn.apache.org/viewvc?rev=1147889&view=rev
Log:
STANBOL-291 added artifacts for Rules Refactor

Modified:
    incubator/stanbol/trunk/parent/pom.xml

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1147889&r1=1147888&r2=1147889&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Mon Jul 18 14:18:08 2011
@@ -421,8 +421,21 @@
         <artifactId>org.apache.stanbol.owl</artifactId>
         <version>${stanbol-version}</version>
         <scope>provided</scope>
-      </dependency>      
-      
+      </dependency>
+
+		  <dependency>
+			  <groupId>org.apache.stanbol</groupId>
+			  <artifactId>org.apache.stanbol.rules.base</artifactId>
+			  <version>${stanbol-version}</version>
+			  <scope>provided</scope>
+		  </dependency>
+		  <dependency>
+			  <groupId>org.apache.stanbol</groupId>
+			  <artifactId>org.apache.stanbol.rules.manager</artifactId>
+			  <version>${stanbol-version}</version>
+			  <scope>provided</scope>
+		  </dependency>
+		
       <dependency>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.testing.http</artifactId>
@@ -495,6 +508,12 @@
         <version>0.10-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
+		  <dependency>
+			  <groupId>org.apache.clerezza</groupId>
+			  <artifactId>rdf.jena.sparql</artifactId>
+			  <version>0.5-incubating-SNAPSHOT</version>
+			  <scope>provided</scope>
+		  </dependency>      
       <dependency>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>rdf.rdfjson</artifactId>
@@ -1013,21 +1032,21 @@
         <artifactId>jdom</artifactId>
         <version>1.1</version>
     </dependency>
-	<dependency>
-	    <groupId>org.jdom</groupId>
-	    <artifactId>jaxen-core</artifactId>
-	    <version>1.0-FCS</version>
-	</dependency>    
-	<dependency>
-	    <groupId>org.jdom</groupId>
-	    <artifactId>jaxen-jdom</artifactId>
-	    <version>1.0-FCS</version>
-	</dependency>
-	<dependency>
-	    <groupId>org.jdom</groupId>
-	    <artifactId>saxpath</artifactId>
-	    <version>1.0-FCS</version>
-	</dependency>
+	  <dependency>
+	      <groupId>org.jdom</groupId>
+	      <artifactId>jaxen-core</artifactId>
+	      <version>1.0-FCS</version>
+	  </dependency>    
+	  <dependency>
+	      <groupId>org.jdom</groupId>
+	      <artifactId>jaxen-jdom</artifactId>
+	      <version>1.0-FCS</version>
+	  </dependency>
+	  <dependency>
+	      <groupId>org.jdom</groupId>
+	      <artifactId>saxpath</artifactId>
+	      <version>1.0-FCS</version>
+	  </dependency>
 
       <!-- OpenNLP -->
       <dependency>