SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<configurations>
|
||||
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
|
||||
<conf name="commons-attributes" extends="runtime" description="JARs needed to run with Commons Attributes"/>
|
||||
<conf name="commons-logging" extends="runtime" description="JARs needed to run with Commons Logging"/>
|
||||
<conf name="feed" extends="runtime" description="JARs needed to create beans for Atom and RSS feeds"/>
|
||||
<conf name="freemarker" extends="runtime" description="JARs needed to create beans for Freemarker"/>
|
||||
<conf name="itext" extends="runtime" description="JARs needed to create beans for iText"/>
|
||||
@@ -47,7 +47,7 @@
|
||||
<dependency org="net.sourceforge.jasperreports" name="com.springsource.net.sf.jasperreports" rev="2.0.5"
|
||||
conf="optional, jasper-reports->compile"/>
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
|
||||
conf="compile->compile"/>
|
||||
conf="compile, commons-logging->compile"/>
|
||||
<dependency org="org.apache.poi" name="com.springsource.org.apache.poi" rev="3.0.2.FINAL"
|
||||
conf="optional, poi->compile"/>
|
||||
<dependency org="org.apache.tiles" name="com.springsource.org.apache.tiles" rev="2.1.2.osgi"
|
||||
|
||||
Reference in New Issue
Block a user