Upgrade to Castor 1.3.2
This commit is contained in:
parent
352d61bef2
commit
6d45e1bb12
|
@ -36,12 +36,9 @@
|
|||
conf="optional, jibx->compile"/>
|
||||
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
|
||||
conf="compile, commons-logging->compile"/>
|
||||
<!--Xerces dependency should be removed when BRITS-259 is fixed-->
|
||||
<dependency org="org.apache.xerces" name="com.springsource.org.apache.xerces" rev="2.8.1"
|
||||
conf="optional, castor->compile"/>
|
||||
<dependency org="org.apache.xmlbeans" name="com.springsource.org.apache.xmlbeans" rev="2.4.0"
|
||||
conf="optional, xmlbeans->compile"/>
|
||||
<dependency org="org.codehaus.castor" name="com.springsource.org.castor" rev="1.2.0"
|
||||
<dependency org="org.codehaus.castor" name="com.springsource.org.castor.xml" rev="1.3.2"
|
||||
conf="optional, castor->compile"/>
|
||||
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration"
|
||||
conf="compile->compile"/>
|
||||
|
|
|
@ -88,17 +88,6 @@
|
|||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$IVY_CACHE$/org.codehaus.castor/com.springsource.org.castor/1.2.0/com.springsource.org.castor-1.2.0.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$IVY_CACHE$/org.codehaus.castor/com.springsource.org.castor/1.2.0/com.springsource.org.castor-sources-1.2.0.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
|
@ -152,6 +141,26 @@
|
|||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$IVY_CACHE$/org.codehaus.castor/com.springsource.org.castor.core/1.3.2/com.springsource.org.castor.core-1.3.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
<library>
|
||||
<CLASSES>
|
||||
<root url="jar://$IVY_CACHE$/org.codehaus.castor/com.springsource.org.castor.xml/1.3.2/com.springsource.org.castor.xml-1.3.2.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$IVY_CACHE$/org.codehaus.castor/com.springsource.org.castor.xml/1.3.2/com.springsource.org.castor.xml-sources-1.3.2.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
<component name="copyright">
|
||||
<Base>
|
||||
|
|
Loading…
Reference in New Issue