Author: reto
Date: Fri Nov 1 10:38:55 2013
New Revision: 1537891
URL: http://svn.apache.org/r1537891
Log:
STANBOL-1196: made json 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=1537891&r1=1537890&r2=1537891&view=diff
==============================================================================
--- stanbol/trunk/commons/web/base/pom.xml (original)
+++ stanbol/trunk/commons/web/base/pom.xml Fri Nov 1 10:38:55 2013
@@ -79,6 +79,8 @@
org.apache.stanbol.commons.web.base.resource,
org.apache.stanbol.commons.web.base.utils,
org.apache.stanbol.commons.web.base.writers,
+ org.apache.stanbol.commons.jsonld;resolution:=optional,
+ org.codehaus.jettison.json;resolution:=optional,
*
</Import-Package>
</instructions>