You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ch...@apache.org on 2015/07/27 09:16:52 UTC

svn commit: r1692824 - /sling/trunk/bundles/commons/log/pom.xml

Author: chetanm
Date: Mon Jul 27 07:16:51 2015
New Revision: 1692824

URL: http://svn.apache.org/r1692824
Log:
SLING-4906 - Reduce (transitive) package dependencies

Exclude groovy related packages from import list

Modified:
    sling/trunk/bundles/commons/log/pom.xml

Modified: sling/trunk/bundles/commons/log/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/log/pom.xml?rev=1692824&r1=1692823&r2=1692824&view=diff
==============================================================================
--- sling/trunk/bundles/commons/log/pom.xml (original)
+++ sling/trunk/bundles/commons/log/pom.xml Mon Jul 27 07:16:51 2015
@@ -118,7 +118,8 @@
               org.osgi.framework;version=1.3,
               org.slf4j;version="[1.6,1.8)",
               org.slf4j.spi;version="[1.6,1.8)",
-              groovy.lang;
+              !groovy.lang,
+              !org.codehaus.*,
               javax.jms;
               javax.mail;
               javax.mail.internet;
@@ -126,7 +127,6 @@
               javax.naming;
               javax.sql;
               javax.xml.parsers;
-              org.codehaus.*;
               org.xml.sax.*;
               sun.reflect;resolution:=optional,
               *