Author: oheger
Date: Sun Oct 16 15:12:41 2016
New Revision: 1765164

URL: http://svn.apache.org/viewvc?rev=1765164&view=rev
Log:
[CONFIGURATION-639] Mark Spring-dependencies as optional.

The configuration of the OSGi plugin was changed to declare
Spring-dependencies as optional. Thanks to Rico Neubauer for the
patch.

Modified:
    commons/proper/configuration/trunk/pom.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1765164&r1=1765163&r2=1765164&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Sun Oct 16 15:12:41 2016
@@ -488,6 +488,7 @@
       javax.servlet.*;resolution:=optional,
       org.apache.commons.jexl2.*;resolution:=optional,
       org.apache.commons.vfs2.*;resolution:=optional,
+      org.springframework.*;resolution:=optional,
       *
     </commons.osgi.import>
     <slf4j.version>1.7.7</slf4j.version>


Reply via email to