You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/04/02 16:34:31 UTC

servicemix-bundles git commit: [SM-3287] Create OSGi bundles for spring-ws 2.4.0.RELEASE

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 44d387e1e -> 74e024daf


[SM-3287] Create OSGi bundles for spring-ws 2.4.0.RELEASE


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/74e024da
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/74e024da
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/74e024da

Branch: refs/heads/master
Commit: 74e024daf2681baa15b549cd26bcafd1bd027f8d
Parents: 44d387e
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sun Apr 2 18:34:02 2017 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sun Apr 2 18:34:02 2017 +0200

----------------------------------------------------------------------
 pom.xml                                         |   4 +
 spring-ws-core-2.4.0.RELEASE/pom.xml            | 204 +++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  13 ++
 spring-ws-security-2.4.0.RELEASE/pom.xml        | 156 ++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  13 ++
 spring-ws-support-2.4.0.RELEASE/pom.xml         | 165 +++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  13 ++
 spring-ws-test-2.4.0.RELEASE/pom.xml            | 126 ++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  13 ++
 9 files changed, 707 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 75c9edd..43f376b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,10 @@
         <module>htmlunit-2.25</module>
         <module>spring-ldap-2.3.1.RELEASE</module>
         <module>spring-integration-core-4.3.8.RELEASE</module>
+        <module>spring-ws-core-2.4.0.RELEASE</module>
+        <module>spring-ws-security-2.4.0.RELEASE</module>
+        <module>spring-ws-support-2.4.0.RELEASE</module>
+        <module>spring-ws-test-2.4.0.RELEASE</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-core-2.4.0.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-ws-core-2.4.0.RELEASE/pom.xml b/spring-ws-core-2.4.0.RELEASE/pom.xml
new file mode 100644
index 0000000..cefa763
--- /dev/null
+++ b/spring-ws-core-2.4.0.RELEASE/pom.xml
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
+    <version>2.4.0.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+      <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-core</pkgArtifactId>
+        <pkgVersion>2.4.0.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.ws
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.activation, 
+            javax.servlet, 
+            javax.servlet.http, 
+            javax.wsdl, 
+            javax.wsdl.extensions, 
+            javax.wsdl.extensions.schema, 
+            javax.wsdl.extensions.soap, 
+            javax.wsdl.extensions.soap12, 
+            javax.wsdl.factory, 
+            javax.wsdl.xml, 
+            javax.xml, 
+            javax.xml.bind, 
+            javax.xml.bind.annotation, 
+            javax.xml.namespace, 
+            javax.xml.parsers, 
+            javax.xml.soap, 
+            javax.xml.stream, 
+            javax.xml.stream.events, 
+            javax.xml.stream.util, 
+            javax.xml.transform, 
+            javax.xml.transform.dom, 
+            javax.xml.transform.sax, 
+            javax.xml.transform.stax, 
+            javax.xml.transform.stream, 
+            javax.xml.xpath, 
+            nu.xom;resolution:=optional, 
+            nu.xom.converters;resolution:=optional, 
+            org.apache.axiom.attachments;resolution:=optional, 
+            org.apache.axiom.om;resolution:=optional, 
+            org.apache.axiom.om.ds;resolution:=optional, 
+            org.apache.axiom.om.impl;resolution:=optional, 
+            org.apache.axiom.om.util;resolution:=optional, 
+            org.apache.axiom.soap;resolution:=optional, 
+            org.apache.axiom.soap.impl.builder;resolution:=optional, 
+            org.apache.commons.httpclient;resolution:=optional, 
+            org.apache.commons.httpclient.auth;resolution:=optional, 
+            org.apache.commons.httpclient.methods;resolution:=optional, 
+            org.apache.commons.httpclient.params;resolution:=optional, 
+            org.apache.commons.logging;resolution:=optional, 
+            org.apache.http;resolution:=optional, 
+            org.apache.http.auth;resolution:=optional, 
+            org.apache.http.client;resolution:=optional, 
+            org.apache.http.client.methods;resolution:=optional, 
+            org.apache.http.conn;resolution:=optional, 
+            org.apache.http.conn.routing;resolution:=optional, 
+            org.apache.http.entity;resolution:=optional, 
+            org.apache.http.impl.client;resolution:=optional, 
+            org.apache.http.impl.conn;resolution:=optional, 
+            org.apache.http.params;resolution:=optional, 
+            org.apache.http.protocol;resolution:=optional, 
+            org.apache.http.util;resolution:=optional, 
+            org.dom4j;resolution:=optional, 
+            org.dom4j.io;resolution:=optional, 
+            org.jdom2;resolution:=optional, 
+            org.jdom2.input;resolution:=optional, 
+            org.jdom2.transform;resolution:=optional, 
+            org.springframework.aop.support;version="[4,5)";resolution:=optional, 
+            org.springframework.beans;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory.annotation;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory.config;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory.parsing;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory.support;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory.xml;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.propertyeditors;version="[4,5)";resolution:=optional, 
+            org.springframework.context;version="[4,5)";resolution:=optional, 
+            org.springframework.context.annotation;version="[4,5)";resolution:=optional, 
+            org.springframework.context.support;version="[4,5)";resolution:=optional, 
+            org.springframework.core;version="[4,5)";resolution:=optional, 
+            org.springframework.core.annotation;version="[4,5)";resolution:=optional, 
+            org.springframework.core.convert;version="[4,5)";resolution:=optional, 
+            org.springframework.core.convert.support;version="[4,5)";resolution:=optional, 
+            org.springframework.core.io;version="[4,5)";resolution:=optional, 
+            org.springframework.core.io.support;version="[4,5)";resolution:=optional, 
+            org.springframework.http;version="[4,5)";resolution:=optional, 
+            org.springframework.http.client;version="[4,5)";resolution:=optional, 
+            org.springframework.oxm;version="[4,5)";resolution:=optional, 
+            org.springframework.oxm.mime;version="[4,5)";resolution:=optional, 
+            org.springframework.stereotype;version="[4,5)";resolution:=optional, 
+            org.springframework.util;version="[4,5)";resolution:=optional, 
+            org.springframework.util.xml;version="[4,5)";resolution:=optional, 
+            org.springframework.validation;version="[4,5)";resolution:=optional, 
+            org.springframework.web.context;version="[4,5)";resolution:=optional, 
+            org.springframework.web.context.support;version="[4,5)";resolution:=optional, 
+            org.springframework.web.servlet;version="[4,5)";resolution:=optional, 
+            org.springframework.web.util;version="[4,5)";resolution:=optional, 
+            org.springframework.xml;resolution:=optional, 
+            org.springframework.xml.namespace;resolution:=optional, 
+            org.springframework.xml.sax;resolution:=optional, 
+            org.springframework.xml.transform;resolution:=optional, 
+            org.springframework.xml.validation;resolution:=optional, 
+            org.springframework.xml.xpath;resolution:=optional, 
+            org.springframework.xml.xsd;resolution:=optional, 
+            org.springframework.xml.xsd.commons;resolution:=optional, 
+            org.w3c.dom;resolution:=optional, 
+            org.w3c.dom.ls;resolution:=optional, 
+            org.xml.sax;resolution:=optional, 
+            org.xml.sax.ext;resolution:=optional, 
+            org.xml.sax.helpers;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <includes>
+                                        <include>**/*.schemas</include>
+                                        <include>**/*.handlers</include>
+                                    </includes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-core-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-ws-core-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..265675c
--- /dev/null
+++ b/spring-ws-core-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Web Services aims to facilitate contract-first SOAP service development, 
+    allowing for the creation of flexible web services using one of the many ways 
+    to manipulate XML payloads. 
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-security-2.4.0.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-ws-security-2.4.0.RELEASE/pom.xml b/spring-ws-security-2.4.0.RELEASE/pom.xml
new file mode 100644
index 0000000..3a11451
--- /dev/null
+++ b/spring-ws-security-2.4.0.RELEASE/pom.xml
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
+    <version>2.4.0.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-security</pkgArtifactId>
+        <pkgVersion>2.4.0.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.ws.soap.security
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.sun.xml.wss;resolution:=optional, 
+            com.sun.xml.wss.impl;resolution:=optional, 
+            com.sun.xml.wss.impl.callback;resolution:=optional, 
+            javax.crypto, 
+            javax.net.ssl, 
+            javax.security.auth, 
+            javax.security.auth.callback, 
+            javax.security.auth.login, 
+            javax.security.auth.x500, 
+            javax.xml.namespace, 
+            javax.xml.soap, 
+            net.sf.ehcache;resolution:=optional, 
+            org.apache.commons.logging;resolution:=optional, 
+            org.apache.ws.security;resolution:=optional, 
+            org.apache.ws.security.components.crypto;resolution:=optional, 
+            org.apache.ws.security.handler;resolution:=optional, 
+            org.apache.ws.security.message.token;resolution:=optional, 
+            org.apache.ws.security.saml;resolution:=optional, 
+            org.apache.ws.security.util;resolution:=optional, 
+            org.apache.ws.security.validate;resolution:=optional, 
+            org.apache.wss4j.common;resolution:=optional,
+            org.apache.wss4j.common.bsp;resolution:=optional,
+            org.apache.wss4j.common.crypto;resolution:=optional,
+            org.apache.wss4j.common.ext;resolution:=optional,
+            org.apache.wss4j.common.principal;resolution:=optional,
+            org.apache.wss4j.dom;resolution:=optional,
+            org.apache.wss4j.dom.engine;resolution:=optional,
+            org.apache.wss4j.dom.handler;resolution:=optional,
+            org.apache.wss4j.dom.message.token;resolution:=optional,
+            org.apache.wss4j.dom.util;resolution:=optional,
+            org.apache.wss4j.dom.validate;resolution:=optional,
+            org.apache.xml.security.utils;resolution:=optional, 
+            org.springframework.beans.factory;version="[4,5)";resolution:=optional, 
+            org.springframework.context;version="[4,5)";resolution:=optional, 
+            org.springframework.context.support;version="[4,5)";resolution:=optional, 
+            org.springframework.core.io;version="[4,5)";resolution:=optional, 
+            org.springframework.dao;version="[4,5)";resolution:=optional, 
+            org.springframework.security.authentication;version="[4,5)";resolution:=optional, 
+            org.springframework.security.core;version="[4,5)";resolution:=optional, 
+            org.springframework.security.core.context;version="[4,5)";resolution:=optional, 
+            org.springframework.security.core.userdetails;version="[4,5)";resolution:=optional, 
+            org.springframework.security.core.userdetails.cache;version="[4,5)";resolution:=optional, 
+            org.springframework.util;version="[4,5)";resolution:=optional, 
+            org.springframework.ws;resolution:=optional, 
+            org.springframework.ws.client;resolution:=optional, 
+            org.springframework.ws.client.support.interceptor;resolution:=optional, 
+            org.springframework.ws.context;resolution:=optional, 
+            org.springframework.ws.server;resolution:=optional, 
+            org.springframework.ws.soap;resolution:=optional, 
+            org.springframework.ws.soap.saaj;resolution:=optional, 
+            org.springframework.ws.soap.server;resolution:=optional, 
+            org.springframework.ws.soap.soap11;resolution:=optional, 
+            org.w3c.dom;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-security-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-ws-security-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..265675c
--- /dev/null
+++ b/spring-ws-security-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Web Services aims to facilitate contract-first SOAP service development, 
+    allowing for the creation of flexible web services using one of the many ways 
+    to manipulate XML payloads. 
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-support-2.4.0.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-ws-support-2.4.0.RELEASE/pom.xml b/spring-ws-support-2.4.0.RELEASE/pom.xml
new file mode 100644
index 0000000..bc59b2a
--- /dev/null
+++ b/spring-ws-support-2.4.0.RELEASE/pom.xml
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
+    <version>2.4.0.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-support</pkgArtifactId>
+        <pkgVersion>2.4.0.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.ws.transport
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            com.sun.mail.imap;resolution:=optional, 
+            com.sun.net.httpserver;resolution:=optional, 
+            javax.activation, 
+            javax.jms, 
+            javax.mail;resolution:=optional, 
+            javax.mail.event;resolution:=optional, 
+            javax.mail.internet;resolution:=optional, 
+            javax.mail.search;resolution:=optional, 
+            javax.net.ssl, 
+            javax.servlet, 
+            javax.servlet.http, 
+            javax.xml.namespace, 
+            javax.xml.soap, 
+            javax.xml.transform, 
+            javax.xml.transform.dom, 
+            javax.xml.transform.stream, 
+            org.apache.commons.httpclient;resolution:=optional, 
+            org.apache.commons.httpclient.auth;resolution:=optional, 
+            org.apache.commons.httpclient.methods;resolution:=optional, 
+            org.apache.commons.httpclient.params;resolution:=optional, 
+            org.apache.commons.logging;resolution:=optional, 
+            org.apache.http;resolution:=optional, 
+            org.apache.http.auth;resolution:=optional, 
+            org.apache.http.client;resolution:=optional, 
+            org.apache.http.client.methods;resolution:=optional, 
+            org.apache.http.conn;resolution:=optional, 
+            org.apache.http.conn.routing;resolution:=optional, 
+            org.apache.http.entity;resolution:=optional, 
+            org.apache.http.impl.client;resolution:=optional, 
+            org.apache.http.impl.conn;resolution:=optional, 
+            org.apache.http.params;resolution:=optional, 
+            org.apache.http.protocol;resolution:=optional, 
+            org.apache.http.util;resolution:=optional, 
+            org.jivesoftware.smack;resolution:=optional, 
+            org.jivesoftware.smack.filter;resolution:=optional, 
+            org.jivesoftware.smack.packet;resolution:=optional, 
+            org.jivesoftware.smack.tcp;resolution:=optional,
+            org.jivesoftware.smackx.jiveproperties;resolution:=optional,
+            org.springframework.beans.factory;version="[4,5)";resolution:=optional, 
+            org.springframework.context;version="[4,5)";resolution:=optional, 
+            org.springframework.core.task;version="[4,5)";resolution:=optional, 
+            org.springframework.http;version="[4,5)";resolution:=optional, 
+            org.springframework.http.client;version="[4,5)";resolution:=optional, 
+            org.springframework.jms.connection;version="[4,5)";resolution:=optional, 
+            org.springframework.jms.core;version="[4,5)";resolution:=optional, 
+            org.springframework.jms.listener;version="[4,5)";resolution:=optional, 
+            org.springframework.jms.support;version="[4,5)";resolution:=optional, 
+            org.springframework.jms.support.destination;version="[4,5)";resolution:=optional, 
+            org.springframework.scheduling;version="[4,5)";resolution:=optional, 
+            org.springframework.util;version="[4,5)";resolution:=optional, 
+            org.springframework.web.context;version="[4,5)";resolution:=optional, 
+            org.springframework.web.context.support;version="[4,5)";resolution:=optional, 
+            org.springframework.web.servlet;version="[4,5)";resolution:=optional, 
+            org.springframework.web.util;version="[4,5)";resolution:=optional, 
+            org.springframework.ws;resolution:=optional, 
+            org.springframework.ws.context;resolution:=optional, 
+            org.springframework.ws.support;resolution:=optional, 
+            org.springframework.ws.wsdl;resolution:=optional, 
+            org.springframework.xml.transform;resolution:=optional, 
+            org.springframework.xml.xpath;resolution:=optional, 
+            org.springframework.xml.xsd;resolution:=optional, 
+            org.w3c.dom;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-support-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-ws-support-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..265675c
--- /dev/null
+++ b/spring-ws-support-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Web Services aims to facilitate contract-first SOAP service development, 
+    allowing for the creation of flexible web services using one of the many ways 
+    to manipulate XML payloads. 
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-test-2.4.0.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-ws-test-2.4.0.RELEASE/pom.xml b/spring-ws-test-2.4.0.RELEASE/pom.xml
new file mode 100644
index 0000000..2a4cdb8
--- /dev/null
+++ b/spring-ws-test-2.4.0.RELEASE/pom.xml
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
+    <version>2.4.0.RELEASE_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-test</pkgArtifactId>
+        <pkgVersion>2.4.0.RELEASE</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.springframework.ws.test
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.xml.namespace, 
+            javax.xml.transform, 
+            javax.xml.transform.dom, 
+            org.apache.commons.logging;resolution:=optional, 
+            org.custommonkey.xmlunit;resolution:=optional, 
+            org.springframework.beans;version="[4,5)";resolution:=optional, 
+            org.springframework.beans.factory;version="[4,5)";resolution:=optional, 
+            org.springframework.context;version="[4,5)";resolution:=optional,
+            org.springframework.core.io;version="[4,5)";resolution:=optional, 
+            org.springframework.util;version="[4,5)";resolution:=optional, 
+            org.springframework.ws;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.client.core;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.client.core.support;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.context;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.soap;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.soap.saaj;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.soap.server;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.ws.transport;version="[${pkgVersion},3)";resolution:=optional, 
+            org.springframework.xml.transform;resolution:=optional, 
+            org.springframework.xml.validation;resolution:=optional, 
+            org.springframework.xml.xpath;resolution:=optional, 
+            org.w3c.dom;resolution:=optional, 
+            org.xml.sax;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/74e024da/spring-ws-test-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/spring-ws-test-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..265675c
--- /dev/null
+++ b/spring-ws-test-2.4.0.RELEASE/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,13 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Spring Web Services aims to facilitate contract-first SOAP service development, 
+    allowing for the creation of flexible web services using one of the many ways 
+    to manipulate XML payloads. 
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-ws/\u001B[0m