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 2013/10/21 15:52:29 UTC

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

Author: reto
Date: Mon Oct 21 13:52:29 2013
New Revision: 1534157

URL: http://svn.apache.org/r1534157
Log:
STANBOL-1094: reverted accidentaly committed change

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=1534157&r1=1534156&r2=1534157&view=diff
==============================================================================
--- stanbol/trunk/launchers/mini/pom.xml (original)
+++ stanbol/trunk/launchers/mini/pom.xml Mon Oct 21 13:52:29 2013
@@ -181,14 +181,15 @@
 
     <!-- Security Support -->
     <!-- getting exception about missing RuntimePermission anonymous actually has -->
-    <!-- <dependency>
+    <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.launchers.bundlelists.security</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
-    </dependency> -->
+    </dependency>
     
+    <!-- not yet there
     <dependency>
       <groupId>org.apache.clerezza.provisioning</groupId>
       <artifactId>rdf</artifactId>
@@ -196,6 +197,7 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
+    -->
   </dependencies>
 
 </project>