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/11/01 20:39:17 UTC

svn commit: r1538042 - /stanbol/trunk/commons/web/base/pom.xml

Author: reto
Date: Fri Nov  1 19:39:17 2013
New Revision: 1538042

URL: http://svn.apache.org/r1538042
Log:
STANBOL-1196: made rdf import optional (as they are only required for some features)

Modified:
    stanbol/trunk/commons/web/base/pom.xml

Modified: stanbol/trunk/commons/web/base/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/commons/web/base/pom.xml?rev=1538042&r1=1538041&r2=1538042&view=diff
==============================================================================
--- stanbol/trunk/commons/web/base/pom.xml (original)
+++ stanbol/trunk/commons/web/base/pom.xml Fri Nov  1 19:39:17 2013
@@ -81,6 +81,8 @@
               org.apache.stanbol.commons.web.base.writers,
               org.apache.stanbol.commons.jsonld;resolution:=optional,
               org.codehaus.jettison.json;resolution:=optional,
+              com.hp.hpl.jena.rdf.model;resolution:=optional,
+              org.apache.clerezza.rdf.core.*;resolution:=optional,
               *
             </Import-Package>
           </instructions>