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 2022/12/03 06:47:22 UTC

[servicemix-bundles] branch master updated: [SM-5370] Create OSGi bundles for spring-ws 4.0.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 05c72041f [SM-5370] Create OSGi bundles for spring-ws 4.0.0
05c72041f is described below

commit 05c72041fba843237778531945e6a286775b85a5
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Dec 3 07:46:43 2022 +0100

    [SM-5370] Create OSGi bundles for spring-ws 4.0.0
---
 pom.xml                                            |   4 +
 spring-ws-core-4.0.0/pom.xml                       | 205 +++++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  13 ++
 spring-ws-security-4.0.0/pom.xml                   | 157 ++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  13 ++
 spring-ws-support-4.0.0/pom.xml                    | 169 +++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  13 ++
 spring-ws-test-4.0.0/pom.xml                       | 127 +++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  13 ++
 9 files changed, 714 insertions(+)

diff --git a/pom.xml b/pom.xml
index e073ec70c..0a4a58424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,10 @@
       <module>lucene-queries-9.4.2</module>
       <module>lucene-queryparser-9.4.2</module>
       <module>lucene-sandbox-9.4.2</module>
+      <module>spring-ws-core-4.0.0</module>
+      <module>spring-ws-security-4.0.0</module>
+      <module>spring-ws-support-4.0.0</module>
+      <module>spring-ws-test-4.0.0</module>
     </modules>
 
 </project>
diff --git a/spring-ws-core-4.0.0/pom.xml b/spring-ws-core-4.0.0/pom.xml
new file mode 100644
index 000000000..745afcf41
--- /dev/null
+++ b/spring-ws-core-4.0.0/pom.xml
@@ -0,0 +1,205 @@
+<?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>15</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-core</artifactId>
+    <version>4.0.0_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-core</pkgArtifactId>
+        <pkgVersion>4.0.0</pkgVersion>
+        <servicemix.osgi.source.version>4.0.0.1</servicemix.osgi.source.version>
+        <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.mime;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="[6,7)";resolution:=optional, 
+            org.springframework.beans;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory.annotation;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory.config;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory.parsing;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory.support;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory.xml;version="[6,7)";resolution:=optional, 
+            org.springframework.beans.propertyeditors;version="[6,7)";resolution:=optional, 
+            org.springframework.context;version="[6,7)";resolution:=optional, 
+            org.springframework.context.annotation;version="[6,7)";resolution:=optional, 
+            org.springframework.context.support;version="[6,7)";resolution:=optional, 
+            org.springframework.core;version="[6,7)";resolution:=optional, 
+            org.springframework.core.annotation;version="[6,7)";resolution:=optional, 
+            org.springframework.core.convert;version="[6,7)";resolution:=optional, 
+            org.springframework.core.convert.support;version="[6,7)";resolution:=optional, 
+            org.springframework.core.io;version="[6,7)";resolution:=optional, 
+            org.springframework.core.io.support;version="[6,7)";resolution:=optional, 
+            org.springframework.http;version="[6,7)";resolution:=optional, 
+            org.springframework.http.client;version="[6,7)";resolution:=optional, 
+            org.springframework.oxm;version="[6,7)";resolution:=optional, 
+            org.springframework.oxm.mime;version="[6,7)";resolution:=optional, 
+            org.springframework.stereotype;version="[6,7)";resolution:=optional, 
+            org.springframework.util;version="[6,7)";resolution:=optional, 
+            org.springframework.util.xml;version="[6,7)";resolution:=optional, 
+            org.springframework.validation;version="[6,7)";resolution:=optional, 
+            org.springframework.web.context;version="[6,7)";resolution:=optional, 
+            org.springframework.web.context.support;version="[6,7)";resolution:=optional, 
+            org.springframework.web.servlet;version="[6,7)";resolution:=optional, 
+            org.springframework.web.util;version="[6,7)";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>
diff --git a/spring-ws-core-4.0.0/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-4.0.0/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 000000000..265675cc5
--- /dev/null
+++ b/spring-ws-core-4.0.0/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
diff --git a/spring-ws-security-4.0.0/pom.xml b/spring-ws-security-4.0.0/pom.xml
new file mode 100644
index 000000000..1fd5420a0
--- /dev/null
+++ b/spring-ws-security-4.0.0/pom.xml
@@ -0,0 +1,157 @@
+<?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>15</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-security</artifactId>
+    <version>4.0.0_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-security</pkgArtifactId>
+        <pkgVersion>4.0.0</pkgVersion>
+        <servicemix.osgi.source.version>4.0.0.1</servicemix.osgi.source.version>
+        <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="[6,7)";resolution:=optional, 
+            org.springframework.context;version="[6,7)";resolution:=optional, 
+            org.springframework.context.support;version="[6,7)";resolution:=optional, 
+            org.springframework.core.io;version="[6,7)";resolution:=optional, 
+            org.springframework.dao;version="[6,7)";resolution:=optional, 
+            org.springframework.security.authentication;version="[6,7)";resolution:=optional, 
+            org.springframework.security.core;version="[6,7)";resolution:=optional, 
+            org.springframework.security.core.context;version="[6,7)";resolution:=optional, 
+            org.springframework.security.core.userdetails;version="[6,7)";resolution:=optional, 
+            org.springframework.security.core.userdetails.cache;version="[6,7)";resolution:=optional, 
+            org.springframework.util;version="[6,7)";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>
diff --git a/spring-ws-security-4.0.0/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-4.0.0/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 000000000..265675cc5
--- /dev/null
+++ b/spring-ws-security-4.0.0/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
diff --git a/spring-ws-support-4.0.0/pom.xml b/spring-ws-support-4.0.0/pom.xml
new file mode 100644
index 000000000..b482e1c09
--- /dev/null
+++ b/spring-ws-support-4.0.0/pom.xml
@@ -0,0 +1,169 @@
+<?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>15</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-support</artifactId>
+    <version>4.0.0_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-support</pkgArtifactId>
+        <pkgVersion>4.0.0</pkgVersion>
+        <servicemix.osgi.source.version>4.0.0.1</servicemix.osgi.source.version>
+        <servicemix.osgi.export.pkg>
+            org.springframework.ws.transport
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.fragment.host>
+            ${project.groupId}.spring-ws-core
+        </servicemix.osgi.fragment.host>
+        <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="[6,7)";resolution:=optional, 
+            org.springframework.context;version="[6,7)";resolution:=optional, 
+            org.springframework.core.task;version="[6,7)";resolution:=optional, 
+            org.springframework.http;version="[6,7)";resolution:=optional, 
+            org.springframework.http.client;version="[6,7)";resolution:=optional, 
+            org.springframework.jms.connection;version="[6,7)";resolution:=optional, 
+            org.springframework.jms.core;version="[6,7)";resolution:=optional, 
+            org.springframework.jms.listener;version="[6,7)";resolution:=optional, 
+            org.springframework.jms.support;version="[6,7)";resolution:=optional, 
+            org.springframework.jms.support.destination;version="[6,7)";resolution:=optional, 
+            org.springframework.scheduling;version="[6,7)";resolution:=optional, 
+            org.springframework.util;version="[6,7)";resolution:=optional, 
+            org.springframework.web.context;version="[6,7)";resolution:=optional, 
+            org.springframework.web.context.support;version="[6,7)";resolution:=optional, 
+            org.springframework.web.servlet;version="[6,7)";resolution:=optional, 
+            org.springframework.web.util;version="[6,7)";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>
diff --git a/spring-ws-support-4.0.0/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-4.0.0/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 000000000..265675cc5
--- /dev/null
+++ b/spring-ws-support-4.0.0/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
diff --git a/spring-ws-test-4.0.0/pom.xml b/spring-ws-test-4.0.0/pom.xml
new file mode 100644
index 000000000..e5129d0be
--- /dev/null
+++ b/spring-ws-test-4.0.0/pom.xml
@@ -0,0 +1,127 @@
+<?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>15</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.spring-ws-test</artifactId>
+    <version>4.0.0_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.springframework.ws</pkgGroupId>
+        <pkgArtifactId>spring-ws-test</pkgArtifactId>
+        <pkgVersion>4.0.0</pkgVersion>
+        <servicemix.osgi.source.version>4.0.0.1</servicemix.osgi.source.version>
+        <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="[6,7)";resolution:=optional, 
+            org.springframework.beans.factory;version="[6,7)";resolution:=optional, 
+            org.springframework.context;version="[6,7)";resolution:=optional,
+            org.springframework.core.io;version="[6,7)";resolution:=optional, 
+            org.springframework.util;version="[6,7)";resolution:=optional, 
+            org.springframework.ws;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.client.core;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.client.core.support;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.context;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.soap;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.soap.saaj;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.soap.server;version="[${pkgVersion},5)";resolution:=optional, 
+            org.springframework.ws.transport;version="[${pkgVersion},5)";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>
diff --git a/spring-ws-test-4.0.0/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-4.0.0/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 000000000..265675cc5
--- /dev/null
+++ b/spring-ws-test-4.0.0/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