You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/09/14 20:50:35 UTC

svn commit: r1523291 - /clerezza/trunk/provisioning/rdf/pom.xml

Author: reto
Date: Sat Sep 14 18:50:34 2013
New Revision: 1523291

URL: http://svn.apache.org/r1523291
Log:
CLEREZZA-822: no longer including logging

Modified:
    clerezza/trunk/provisioning/rdf/pom.xml

Modified: clerezza/trunk/provisioning/rdf/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/rdf/pom.xml?rev=1523291&r1=1523290&r2=1523291&view=diff
==============================================================================
--- clerezza/trunk/provisioning/rdf/pom.xml (original)
+++ clerezza/trunk/provisioning/rdf/pom.xml Sat Sep 14 18:50:34 2013
@@ -38,7 +38,11 @@
 
     <name>Clerezza - Provisioning: RDF feature</name>
     <description>A Karaf feature and partialbundlelist with the Java RDF 
-        libraries and jena based implementations</description>
+        libraries and jena based implementations.
+    
+        This feature depends on java and OSGi platform libraries (javax.xml,
+        org.osgi.service.cm and others) as well as slf4j logging.
+    </description>
 
     <dependencies>
         <dependency>
@@ -55,18 +59,6 @@
             <artifactId>wymiwyg-commons-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.ops4j.pax.logging</groupId>
-            <artifactId>pax-logging-api</artifactId>
-            <scope>provided</scope>
-            <version>1.6.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.ops4j.pax.logging</groupId>
-            <artifactId>pax-logging-service</artifactId>
-            <scope>provided</scope>
-            <version>1.6.2</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore-osgi</artifactId>
         </dependency>