You can download spring-oxm-1.5.10.jar in this page.
The Apache Software License, Version 2.0
spring-oxm-1.5.10.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.springframework.ws/spring-oxm/pom.properties META-INF/maven/org.springframework.ws/spring-oxm/pom.xml META-INF/spring.handlers META-INF/spring.schemas org.springframework.oxm.AbstractMarshaller.class org.springframework.oxm.GenericMarshallingFailureException.class org.springframework.oxm.Marshaller.class org.springframework.oxm.MarshallingFailureException.class org.springframework.oxm.UncategorizedXmlMappingException.class org.springframework.oxm.Unmarshaller.class org.springframework.oxm.UnmarshallingFailureException.class org.springframework.oxm.ValidationFailureException.class org.springframework.oxm.XmlMappingException.class org.springframework.oxm.castor.CastorMarshaller.class org.springframework.oxm.castor.CastorMarshallingFailureException.class org.springframework.oxm.castor.CastorSystemException.class org.springframework.oxm.castor.CastorUnmarshallingFailureException.class org.springframework.oxm.castor.CastorUtils.class org.springframework.oxm.castor.CastorValidationFailureException.class org.springframework.oxm.config.Jaxb1MarshallerBeanDefinitionParser.class org.springframework.oxm.config.Jaxb2MarshallerBeanDefinitionParser.class org.springframework.oxm.config.JibxMarshallerBeanDefinitionParser.class org.springframework.oxm.config.OxmNamespaceHandler.class org.springframework.oxm.config.XmlBeansMarshallerBeanDefinitionParser.class org.springframework.oxm.jaxb.AbstractJaxbMarshaller.class org.springframework.oxm.jaxb.Jaxb1Marshaller.class org.springframework.oxm.jaxb.JaxbMarshallingFailureException.class org.springframework.oxm.jaxb.JaxbSystemException.class org.springframework.oxm.jaxb.JaxbUnmarshallingFailureException.class org.springframework.oxm.jaxb.JaxbUtils.class org.springframework.oxm.jaxb.JaxbValidationFailureException.class org.springframework.oxm.jibx.JibxMarshaller.class org.springframework.oxm.jibx.JibxMarshallingFailureException.class org.springframework.oxm.jibx.JibxSystemException.class org.springframework.oxm.jibx.JibxUnmarshallingFailureException.class org.springframework.oxm.jibx.JibxUtils.class org.springframework.oxm.jibx.JibxValidationFailureException.class org.springframework.oxm.mime.MimeContainer.class org.springframework.oxm.mime.MimeMarshaller.class org.springframework.oxm.mime.MimeUnmarshaller.class org.springframework.oxm.support.MarshallingMessageConverter.class org.springframework.oxm.support.MarshallingSource.class org.springframework.oxm.support.MarshallingView.class org.springframework.oxm.xmlbeans.XmlBeansMarshaller.class org.springframework.oxm.xmlbeans.XmlBeansMarshallingFailureException.class org.springframework.oxm.xmlbeans.XmlBeansSystemException.class org.springframework.oxm.xmlbeans.XmlBeansUnmarshallingFailureException.class org.springframework.oxm.xmlbeans.XmlBeansUtils.class org.springframework.oxm.xmlbeans.XmlBeansValidationFailureException.class org.springframework.oxm.xmlbeans.XmlOptionsFactoryBean.class org.springframework.oxm.xstream.XStreamMarshaller.class org.springframework.oxm.xstream.XStreamMarshallingFailureException.class org.springframework.oxm.xstream.XStreamSystemException.class org.springframework.oxm.xstream.XStreamUnmarshallingFailureException.class org.springframework.oxm.xstream.XStreamUtils.class org/springframework/oxm/config/spring-oxm-1.5.xsd
spring-oxm-1.5.10.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>spring-ws-parent</artifactId> <groupId>org.springframework.ws</groupId> <version>1.5.10</version> <relativePath>../parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>spring-oxm</artifactId> <packaging>bundle</packaging> <name>Spring O/X Mapping</name> <description>Spring Object/XML Mapping abstraction</description> <profiles> <profile> <id>jdk14-jdk15</id> <activation> <jdk>!1.6</jdk> </activation> <dependencies> <dependency> <groupId>javax.xml.stream</groupId> <artifactId>stax-api</artifactId> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> </dependency> </dependencies> </profile> </profiles> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>generate-test-sources</id> <phase>generate-test-sources</phase> <configuration> <tasks> <ant antfile="${basedir}/build-maven2.xml" inheritRefs="true" target="generate-test-sources"> <property name="maven.test.skip" value="${maven.test.skip}" /> </ant> </tasks> <testSourceRoot>${project.build.directory}/generated-sources/test/java</testSourceRoot> </configuration> <goals> <goal>run</goal> </goals> </execution> <execution> <id>test-compile</id> <phase>test-compile</phase> <configuration> <tasks> <ant antfile="${basedir}/build-maven2.xml" inheritRefs="true" target="test-compile"> <property name="maven.test.skip" value="${maven.test.skip}" /> </ant> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>org.codehaus.castor</groupId> <artifactId>castor-codegen-anttask</artifactId> <version>1.1</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <instructions> <Bundle-SymbolicName>org.springframework.bundle.ws.oxm</Bundle-SymbolicName> <Export-Package>org.springframework.oxm*;version="${pom.version}"</Export-Package> <Import-Package> org.apache.commons.logging*, javax.xml.parsers*, javax.xml.stream*, javax.xml.transform*, org.xml.sax*, org.w3c.dom*, org.springframework.xml*;version="[${pom.version},${pom.version}]", org.springframework.oxm*;version="[${pom.version},${pom.version}]", org.springframework.jms*;version="[2.0,4.0)";resolution:=optional, org.springframework.web*;version="[2.0,4.0)";resolution:=optional, org.springframework*;version="[2.0,4.0)", *;resolution:=optional </Import-Package> <Implementation-Title>${pom.name}</Implementation-Title> <Spring-WS-Version>${pom.version}</Spring-WS-Version> <Bundle-Vendor>SpringSource</Bundle-Vendor> </instructions> </configuration> </plugin> </plugins> </build> <dependencies> <!-- Spring-WS dependencies --> <dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-xml</artifactId> </dependency> <!-- Spring dependencies --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> </dependency> <!-- XML handling dependencies --> <dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>wstx-asl</artifactId> <scope>test</scope> </dependency> <dependency> <!-- Xerces required for Castor --> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <scope>test</scope> <optional>true</optional> </dependency> <!-- O/X Mapping dependencies --> <!-- Castor --> <dependency> <groupId>org.codehaus.castor</groupId> <artifactId>castor</artifactId> <optional>true</optional> </dependency> <!-- JAXB --> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>1.0</version> <optional>true</optional> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>1.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-libs</artifactId> <version>1.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> <version>1.0.6</version> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.msv.datatype.xsd</groupId> <artifactId>xsdlib</artifactId> <version>20060615</version> <scope>test</scope> </dependency> <dependency> <groupId>isorelax</groupId> <artifactId>isorelax</artifactId> <version>20030108</version> <scope>test</scope> </dependency> <dependency> <groupId>relaxngDatatype</groupId> <artifactId>relaxngDatatype</artifactId> <version>20020414</version> <scope>test</scope> </dependency> <!-- XMLBeans --> <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> <optional>true</optional> </dependency> <!-- JiBX --> <dependency> <groupId>org.jibx</groupId> <artifactId>jibx-run</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.jibx</groupId> <artifactId>jibx-bind</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>bcel</groupId> <artifactId>bcel</artifactId> <scope>test</scope> </dependency> <!-- XStream --> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <optional>true</optional> </dependency> <!-- MessageConverter --> <dependency> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> <optional>true</optional> </dependency> <!-- View --> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <optional>true</optional> </dependency> <!-- Test dependencies --> <dependency> <groupId>easymock</groupId> <artifactId>easymock</artifactId> <version>1.2_Java1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.jettison</groupId> <artifactId>jettison</artifactId> <version>1.0-RC2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.ws</groupId> <artifactId>spring-oxm</artifactId> <version>1.5.10</version> </dependency>
If you think the following spring-oxm-1.5.10.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-oxm-1.5.10.jar file