Maven Repository - POM file for Spring spring-ws-core 2.0.0.RELEASE 2.0.0.RELEASE

Summary

Spring WS Core.

Spring Web Services Core package..

Declaration

Here is the list of declaration for spring-ws-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.springframework.ws</groupId>
   <artifactId>spring-ws-core</artifactId>
   <version>2.0.0.RELEASE</version>
</dependency>

If you think this Maven repository POM file listing for spring-ws-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The spring-ws-core-2.0.0.RELEASE has 3 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
AOPaspectjrt 1.6.9
The runtime needed to execute a program using AspectJ
13




Plugin

The following plugins are used in the spring-ws-core-2.0.0.RELEASE.jar

  1. com.springsource.bundlor.maven
  2. maven-jar-plugin
  3. maven-jar-plugin

Packages

The following packages are defined in the spring-ws-core-2.0.0.RELEASE.jar

org.springframework.ws
org.springframework.ws.client
org.springframework.ws.client.core
org.springframework.ws.client.core.support
org.springframework.ws.client.support
org.springframework.ws.client.support.destination
org.springframework.ws.client.support.interceptor
org.springframework.ws.config
org.springframework.ws.context
org.springframework.ws.mime
org.springframework.ws.pox
org.springframework.ws.pox.dom
org.springframework.ws.server
org.springframework.ws.server.endpoint
org.springframework.ws.server.endpoint.adapter
org.springframework.ws.server.endpoint.adapter.method
org.springframework.ws.server.endpoint.adapter.method.dom
org.springframework.ws.server.endpoint.adapter.method.jaxb
org.springframework.ws.server.endpoint.annotation
org.springframework.ws.server.endpoint.interceptor
org.springframework.ws.server.endpoint.mapping
org.springframework.ws.server.endpoint.mapping.jaxb
org.springframework.ws.server.endpoint.support
org.springframework.ws.soap
org.springframework.ws.soap.addressing
org.springframework.ws.soap.addressing.client
org.springframework.ws.soap.addressing.core
org.springframework.ws.soap.addressing.messageid
org.springframework.ws.soap.addressing.server
org.springframework.ws.soap.addressing.server.annotation
org.springframework.ws.soap.addressing.version
org.springframework.ws.soap.axiom
org.springframework.ws.soap.axiom.support
org.springframework.ws.soap.client
org.springframework.ws.soap.client.core
org.springframework.ws.soap.saaj
org.springframework.ws.soap.saaj.support
org.springframework.ws.soap.server
org.springframework.ws.soap.server.endpoint
org.springframework.ws.soap.server.endpoint.adapter.method
org.springframework.ws.soap.server.endpoint.annotation
org.springframework.ws.soap.server.endpoint.interceptor
org.springframework.ws.soap.server.endpoint.mapping
org.springframework.ws.soap.soap11
org.springframework.ws.soap.soap12
org.springframework.ws.soap.support
org.springframework.ws.stream
org.springframework.ws.support
org.springframework.ws.transport
org.springframework.ws.transport.context
org.springframework.ws.transport.http
org.springframework.ws.transport.support
org.springframework.ws.wsdl
org.springframework.ws.wsdl.wsdl11
org.springframework.ws.wsdl.wsdl11.provider




POM File Source

Here is the content of the POM file.

<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>2.0.0.RELEASE</version>
        <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>spring-ws-core</artifactId>
    <packaging>jar</packaging>
    <name>Spring WS Core</name>
    <description>Spring Web Services Core package.</description>
    <profiles>
        <profile>
            <id>jdk15</id>
            <activation>
                <jdk>!1.6</jdk>
            </activation>
            <dependencies>
                <dependency>
                    <groupId>javax.xml.stream</groupId>
                    <artifactId>stax-api</artifactId>
                </dependency>
                <dependency>
                    <groupId>javax.xml.soap</groupId>
                    <artifactId>saaj-api</artifactId>
                </dependency>
                <dependency>
                    <groupId>com.sun.xml.messaging.saaj</groupId>
                    <artifactId>saaj-impl</artifactId>
                    <scope>provided</scope>
                </dependency>
                <dependency>
                    <groupId>javax.activation</groupId>
                    <artifactId>activation</artifactId>
                </dependency>
            </dependencies>
        </profile>
    </profiles>
    <build>
        <plugins>
            <plugin>
                <groupId>com.springsource.bundlor</groupId>
                <artifactId>com.springsource.bundlor.maven</artifactId>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                    </archive>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.3</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                    </execution>
                </executions>
            </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>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-oxm</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-webmvc</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
        </dependency>
        <!-- XML handling dependencies -->
        <dependency>
            <groupId>org.jdom</groupId>
            <artifactId>jdom</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>dom4j</groupId>
            <artifactId>dom4j</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>xom</groupId>
            <artifactId>xom</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.codehaus.woodstox</groupId>
            <artifactId>woodstox-core-asl</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.schema</groupId>
            <artifactId>XmlSchema</artifactId>
            <scope>test</scope>
        </dependency>
        <!-- SOAP dependencies -->
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-api</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.apache.ws.commons.axiom</groupId>
            <artifactId>axiom-impl</artifactId>
            <optional>true</optional>
        </dependency>
        <!-- WSDL dependencies -->
        <dependency>
            <groupId>wsdl4j</groupId>
            <artifactId>wsdl4j</artifactId>
        </dependency>
        <!-- Java EE dependencies -->
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
        </dependency>
        <dependency>
            <groupId>javax.mail</groupId>
            <artifactId>mail</artifactId>
        </dependency>
        <!-- Transport dependencies -->
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty</artifactId>
            <scope>test</scope>
        </dependency>
        <!-- Test dependencies -->
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
            <version>1.6.9</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjweaver</artifactId>
            <version>1.5.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <version>2.1_3</version>
            <scope>test</scope>
        </dependency>        
    </dependencies>
</project>