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:29:35 UTC

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

Author: fchrist
Date: Mon Jul 18 14:29:34 2011
New Revision: 1147899

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

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=1147899&r1=1147898&r2=1147899&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Mon Jul 18 14:29:34 2011
@@ -435,6 +435,12 @@
 			  <version>${stanbol-version}</version>
 			  <scope>provided</scope>
 		  </dependency>
+	    <dependency>
+		    <groupId>org.apache.stanbol</groupId>
+		    <artifactId>org.apache.stanbol.rules.refactor</artifactId>
+			  <version>${stanbol-version}</version>
+			  <scope>provided</scope>
+	    </dependency>		  
 		
       <dependency>
         <groupId>org.apache.stanbol</groupId>