Author: oheger
Date: Thu Oct 5 20:21:21 2017
New Revision: 1811255
URL: http://svn.apache.org/viewvc?rev=1811255&view=rev
Log:
Made some more package imports optional.
The Jackson and Yaml packages are only needed if the provided
functionality is actually used.
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=1811255&r1=1811254&r2=1811255&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Oct 5 20:21:21 2017
@@ -537,6 +537,8 @@
org.apache.commons.jexl2.*;resolution:=optional,
org.apache.commons.vfs2.*;resolution:=optional,
org.springframework.*;resolution:=optional,
+ com.fasterxml.jackson.*;resolution:=optional,
+ org.yaml.snakeyaml.*;resolution:=optional,
*
</commons.osgi.import>
<slf4j.version>1.7.25</slf4j.version>