moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<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-fileupload" extends="runtime" description="JARs needed to run with Commons Fileupload"/>
|
||||
<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,8 +46,6 @@
|
||||
conf="optional, jexcelapi->compile"/>
|
||||
<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.fileupload" rev="1.2.0"
|
||||
conf="optional, commons-fileupload->compile"/>
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
|
||||
conf="compile->compile"/>
|
||||
<dependency org="org.apache.poi" name="com.springsource.org.apache.poi" rev="3.0.2.FINAL"
|
||||
@@ -79,9 +76,11 @@
|
||||
conf="optional, oxm->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.web" rev="latest.integration"
|
||||
conf="compile->compile"/>
|
||||
<!-- test dependencies -->
|
||||
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.6.0" conf="test->runtime"/>
|
||||
<!-- test dependencies -->
|
||||
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.6.0" conf="test->runtime"/>
|
||||
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.5.1" conf="test->compile"/>
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.fileupload" rev="1.2.0"
|
||||
conf="test->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.asm" rev="latest.integration"
|
||||
conf="test->compile"/>
|
||||
<dependency org="org.custommonkey.xmlunit" name="com.springsource.org.custommonkey.xmlunit" rev="1.2.0"
|
||||
|
||||
Reference in New Issue
Block a user