You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2014/07/15 18:41:12 UTC

svn commit: r1610747 - /stanbol/trunk/launchers/mini/pom.xml

Author: reto
Date: Tue Jul 15 16:41:12 2014
New Revision: 1610747

URL: http://svn.apache.org/r1610747
Log:
 remove duplicate dependency in pom

Modified:
    stanbol/trunk/launchers/mini/pom.xml

Modified: stanbol/trunk/launchers/mini/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/mini/pom.xml?rev=1610747&r1=1610746&r2=1610747&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/pom.xml (original)
+++ stanbol/trunk/launchers/mini/pom.xml Tue Jul 15 16:41:12 2014
@@ -212,14 +212,6 @@
       <scope>provided</scope>
     </dependency>
     
-    <dependency>
-      <groupId>org.apache.clerezza.provisioning</groupId>
-      <artifactId>rdf</artifactId>
-      <version>0.1</version>
-      <type>partialbundlelist</type>
-      <scope>provided</scope>
-    </dependency>
-    
   </dependencies>
 
 </project>