Repository: servicemix-bundles Updated Branches: refs/heads/master 6f7144e05 -> 5d1615216
[SM-2655] Create OSGi bundles for Spring WS 2.2.2.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/5d161521 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5d161521 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5d161521 Branch: refs/heads/master Commit: 5d16152163031e5c9fb0dc0802dce61c76f47bbf Parents: 6f7144e Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Aug 21 10:13:12 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Aug 21 10:13:12 2015 +0200 ---------------------------------------------------------------------- pom.xml | 4 + spring-ws-core-2.2.2.RELEASE/pom.xml | 204 +++++++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 13 ++ spring-ws-security-2.2.2.RELEASE/pom.xml | 146 +++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 13 ++ spring-ws-support-2.2.2.RELEASE/pom.xml | 164 +++++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 13 ++ spring-ws-test-2.2.2.RELEASE/pom.xml | 127 ++++++++++++ .../src/main/resources/OSGI-INF/bundle.info | 13 ++ 9 files changed, 697 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5d161521/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index acf9235..f910d5a 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,10 @@ <module>spring-tx-4.1.7.RELEASE</module> <module>spring-tx-4.2.0.RELEASE</module> <module>javax-cache-api-1.0.0</module> + <module>spring-ws-core-2.2.2.RELEASE</module> + <module>spring-ws-security-2.2.2.RELEASE</module> + <module>spring-ws-support-2.2.2.RELEASE</module> + <module>spring-ws-test-2.2.2.RELEASE</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5d161521/spring-ws-core-2.2.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ws-core-2.2.2.RELEASE/pom.xml b/spring-ws-core-2.2.2.RELEASE/pom.xml new file mode 100644 index 0000000..f7f09d6 --- /dev/null +++ b/spring-ws-core-2.2.2.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>12</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.2.2.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.2.2.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/5d161521/spring-ws-core-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-ws-core-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-core-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..265675c --- /dev/null +++ b/spring-ws-core-2.2.2.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/5d161521/spring-ws-security-2.2.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ws-security-2.2.2.RELEASE/pom.xml b/spring-ws-security-2.2.2.RELEASE/pom.xml new file mode 100644 index 0000000..ad7fb7b --- /dev/null +++ b/spring-ws-security-2.2.2.RELEASE/pom.xml @@ -0,0 +1,146 @@ +<?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>12</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.2.2.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-security</pkgArtifactId> + <pkgVersion>2.2.2.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.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/5d161521/spring-ws-security-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-ws-security-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-security-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..265675c --- /dev/null +++ b/spring-ws-security-2.2.2.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/5d161521/spring-ws-support-2.2.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ws-support-2.2.2.RELEASE/pom.xml b/spring-ws-support-2.2.2.RELEASE/pom.xml new file mode 100644 index 0000000..8273974 --- /dev/null +++ b/spring-ws-support-2.2.2.RELEASE/pom.xml @@ -0,0 +1,164 @@ +<?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>12</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.2.2.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-support</pkgArtifactId> + <pkgVersion>2.2.2.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.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/5d161521/spring-ws-support-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-ws-support-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-support-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..265675c --- /dev/null +++ b/spring-ws-support-2.2.2.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/5d161521/spring-ws-test-2.2.2.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-ws-test-2.2.2.RELEASE/pom.xml b/spring-ws-test-2.2.2.RELEASE/pom.xml new file mode 100644 index 0000000..c7f13c7 --- /dev/null +++ b/spring-ws-test-2.2.2.RELEASE/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>12</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.2.2.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-test</pkgArtifactId> + <pkgVersion>2.2.2.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/5d161521/spring-ws-test-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-ws-test-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-ws-test-2.2.2.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..265675c --- /dev/null +++ b/spring-ws-test-2.2.2.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
