http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-test-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-test-4.0.9.RELEASE/pom.xml b/spring-test-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..a53c8ad --- /dev/null +++ b/spring-test-4.0.9.RELEASE/pom.xml @@ -0,0 +1,209 @@ +<?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-test</artifactId> + <version>4.0.9.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</pkgGroupId> + <pkgArtifactId>spring-test</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.jayway.jsonpath;version="[0.8.1,1)";resolution:=optional, + javax.activation;resolution:=optional, + javax.el;version="[1,3)";resolution:=optional, + javax.naming;resolution:=optional, + javax.naming.spi;resolution:=optional, + javax.persistence;version="[1,3)";resolution:=optional, + javax.portlet;version="[2,3)";resolution:=optional, + javax.servlet;version="[2.5,4)";resolution:=optional, + javax.servlet.descriptor;version="[2.5,4)";resolution:=optional, + javax.servlet.http;version="[2.5,4)";resolution:=optional, + javax.servlet.jsp;version="[2.1,3)";resolution:=optional, + javax.servlet.jsp.el;version="[2.1,3)";resolution:=optional, + javax.servlet.jsp.tagext;version="[2.1,3)";resolution:=optional, + javax.sql;resolution:=optional, + javax.xml;resolution:=optional, + javax.xml.namespace;resolution:=optional, + javax.xml.parsers;resolution:=optional, + javax.xml.transform, + javax.xml.transform.dom, + javax.xml.xpath;resolution:=optional, + junit.framework;version="[4.11,5)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.apache.taglibs.standard.lang.support;version="[1.1.0,2)";resolution:=optional, + org.aspectj.weaver.loadtime;version="[1.7.1,2)";resolution:=optional, + org.custommonkey.xmlunit;version="[1.2,2)";resolution:=optional, + org.hamcrest;version="[1.3.0,2)";resolution:=optional, + org.junit;version="[4.11,5)";resolution:=optional, + org.junit.internal;version="[4.11,5)";resolution:=optional, + org.junit.internal.runners.model;version="[4.11,5)";resolution:=optional, + org.junit.internal.runners.statements;version="[4.11,5)";resolution:=optional, + org.junit.runner;version="[4.11,5)";resolution:=optional, + org.junit.runner.notification;version="[4.11,5)";resolution:=optional, + org.junit.runners;version="[4.11,5)";resolution:=optional, + org.junit.runners.model;version="[4.11,5)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory.config;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core.env;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core.io;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core.io.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core.style;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.dao;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.format.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.http;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.http.client;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.http.converter;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.instrument.classloading;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jdbc.core;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jdbc.core.simple;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jdbc.datasource.init;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.orm.jpa;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.orm.jpa.persistenceunit;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction.interceptor;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.transaction.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.ui;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util.xml;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.validation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.accept;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.bind.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.client;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.client.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context.request;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context.request.async;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.context.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.method;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.method.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.multipart;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.portlet.multipart;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.config.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.handler;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.i18n;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.mvc.method.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.theme;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.servlet.view;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.util;version="[${pkgVersion},4.1)";resolution:=optional, + org.testng;resolution:=optional, + org.testng.annotations;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> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> + </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/eec5c2df/spring-test-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-test-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-test-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..9e7342b --- /dev/null +++ b/spring-test-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Test module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-tx-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-tx-4.0.7.RELEASE/pom.xml b/spring-tx-4.0.7.RELEASE/pom.xml deleted file mode 100644 index af7111c..0000000 --- a/spring-tx-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,173 +0,0 @@ -<?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-tx</artifactId> - <version>4.0.7.RELEASE_5-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</pkgGroupId> - <pkgArtifactId>spring-tx</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.ibm.websphere.uow;resolution:=optional, - com.ibm.wsspi.uow;resolution:=optional, - javax.ejb;version="[3,4)";resolution:=optional, - javax.management;resolution:=optional, - javax.naming;resolution:=optional, - javax.resource;version="[1.5,2)";resolution:=optional, - javax.resource.cci;version="[1.5,2)";resolution:=optional, - javax.resource.spi;version="[1.5,2)";resolution:=optional, - javax.resource.spi.endpoint;version="[1.5,2)";resolution:=optional, - javax.resource.spi.work;version="[1.5,2)";resolution:=optional, - javax.transaction;version="[1.2,2)";resolution:=optional, - javax.transaction.xa;version="[1.2,2)";resolution:=optional, - org.aopalliance.aop;version="[1,2)";resolution:=optional, - org.aopalliance.intercept;version="[1,2)";resolution:=optional, - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.aop;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.config;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.scope;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.support.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.1)", - org.springframework.beans.factory;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.annotation;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.parsing;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)", - org.springframework.beans.propertyeditors;version="[${pkgVersion},4.1)", - org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.1)", - org.springframework.core.annotation;version="[${pkgVersion},4.1)", - org.springframework.core.env;version="[${pkgVersion},4.1)", - org.springframework.core.task;version="[${pkgVersion},4.1)", - org.springframework.core.type;version="[${pkgVersion},4.1)", - org.springframework.jndi;version="[${pkgVersion},4.1)", - org.springframework.scheduling;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.1)", - org.springframework.util.concurrent;version="[${pkgVersion},4.1)", - org.springframework.util.xml;version="[${pkgVersion},4.1)", - org.springframework.cglib.core;version="[${pkgVersion},4.1)", - org.springframework.cglib.proxy;version="[${pkgVersion},4.1)", - org.springframework.cglib.reflect;version="[${pkgVersion},4.1)", - org.w3c.dom;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - </exclusions> - </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>**/*.gif</include> - <include>**/*.xsd</include> - <include>META-INF/spring*</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/eec5c2df/spring-tx-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-tx-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 935d8fd..0000000 --- a/spring-tx-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework Transaction (TX) module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-tx-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-tx-4.0.9.RELEASE/pom.xml b/spring-tx-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..af57c94 --- /dev/null +++ b/spring-tx-4.0.9.RELEASE/pom.xml @@ -0,0 +1,172 @@ +<?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-tx</artifactId> + <version>4.0.9.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</pkgGroupId> + <pkgArtifactId>spring-tx</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.ibm.websphere.uow;resolution:=optional, + com.ibm.wsspi.uow;resolution:=optional, + javax.ejb;version="[3,4)";resolution:=optional, + javax.management;resolution:=optional, + javax.naming;resolution:=optional, + javax.resource;version="[1.5,2)";resolution:=optional, + javax.resource.cci;version="[1.5,2)";resolution:=optional, + javax.resource.spi;version="[1.5,2)";resolution:=optional, + javax.resource.spi.endpoint;version="[1.5,2)";resolution:=optional, + javax.resource.spi.work;version="[1.5,2)";resolution:=optional, + javax.transaction;version="[1.2,2)";resolution:=optional, + javax.transaction.xa;version="[1.2,2)";resolution:=optional, + org.aopalliance.aop;version="[1,2)";resolution:=optional, + org.aopalliance.intercept;version="[1,2)";resolution:=optional, + org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, + org.springframework.aop;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.config;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.scope;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.support.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans;version="[${pkgVersion},4.1)", + org.springframework.beans.factory;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.annotation;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.parsing;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", + org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)", + org.springframework.beans.propertyeditors;version="[${pkgVersion},4.1)", + org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context.annotation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.context.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.core;version="[${pkgVersion},4.1)", + org.springframework.core.annotation;version="[${pkgVersion},4.1)", + org.springframework.core.env;version="[${pkgVersion},4.1)", + org.springframework.core.task;version="[${pkgVersion},4.1)", + org.springframework.core.type;version="[${pkgVersion},4.1)", + org.springframework.jndi;version="[${pkgVersion},4.1)", + org.springframework.scheduling;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.util;version="[${pkgVersion},4.1)", + org.springframework.util.concurrent;version="[${pkgVersion},4.1)", + org.springframework.util.xml;version="[${pkgVersion},4.1)", + org.springframework.cglib.core;version="[${pkgVersion},4.1)", + org.springframework.cglib.proxy;version="[${pkgVersion},4.1)", + org.springframework.cglib.reflect;version="[${pkgVersion},4.1)", + org.w3c.dom;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + </exclusions> + </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>**/*.gif</include> + <include>**/*.xsd</include> + <include>META-INF/spring*</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/eec5c2df/spring-tx-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-tx-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-tx-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..935d8fd --- /dev/null +++ b/spring-tx-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Transaction (TX) module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-web-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-web-4.0.7.RELEASE/pom.xml b/spring-web-4.0.7.RELEASE/pom.xml deleted file mode 100644 index 90498d7..0000000 --- a/spring-web-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,191 +0,0 @@ -<?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-web</artifactId> - <version>4.0.7.RELEASE_5-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</pkgGroupId> - <pkgArtifactId>spring-web</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - com.caucho.*;version="[3.2.1, 5.0.0)";resolution:=optional, - com.sun.syndication.*;version="[1.0.0, 2.0.0)";resolution:=optional, - org.codehaus.jackson.*;version="[1.3.0, 2.0.0)";resolution:=optional, - com.fasterxml.jackson.*;version="[2.0.0, 3.0.0)";resolution:=optional, - com.sun.net.*;resolution:=optional, - javax.activation.*;resolution:=optional, - javax.el.*;version="[1.0.0, 3.0.0)";resolution:=optional, - javax.faces.*;version="[1.1.0, 3.0.0)";resolution:=optional, - javax.imageio.*;resolution:=optional, - javax.jws.*;resolution:=optional, - javax.portlet.*;version="[2.0.0, 3.0.0)";resolution:=optional, - javax.servlet;version="[2.4.0, 4.0.0)", - javax.servlet.http;version="[2.4.0, 4.0.0)", - javax.servlet.annotation;version="[3.0.0, 4.0.0)";resolution:=optional, - javax.servlet.jsp.*;version="[2.0.0, 3.0.0)";resolution:=optional, - javax.xml.*;resolution:=optional, - org.aopalliance.*;version="[1.0.0, 2.0.0)", - org.apache.commons.fileupload.*;version="[1.2.0, 2.0.0)";resolution:=optional, - org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", - org.apache.http.*;version="[4.1.0, 5.0.0)";resolution:=optional, - org.apache.log4j.*;version="[1.2.15, 2.0.0)";resolution:=optional, - org.springframework.aop.*;version="[${pkgVersion},4.1)", - org.springframework.beans.*;version="[${pkgVersion},4.1)", - org.springframework.context.*;version="[${pkgVersion},4.1)", - org.springframework.core.*;version="[${pkgVersion},4.1)", - org.springframework.format.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jndi.*;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.oxm.*;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.remoting.*;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.stereotype.*;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.ui.*;version="[${pkgVersion},4.1)", - org.springframework.util.*;version="[${pkgVersion},4.1)", - org.springframework.validation.*;version="[${pkgVersion},4.1)", - org.joda.time;version="[2,3)";resolution:=optional, - org.joda.time.format;version="[2,3)";resolution:=optional, - com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, - org.xml.sax.*;resolution:=optional, - org.w3c.dom.*;resolution:=optional - </servicemix.osgi.import.pkg> - <servicemix.osgi.private.pkg> - META-INF.services* - </servicemix.osgi.private.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-oxm</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-oxm</artifactId> - </exclusion> - </exclusions> - </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>**/*.properties</include> - <include>META-INF/web-fragment.xml</include> - <include>META-INF/services/**</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/eec5c2df/spring-web-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-web-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 5746040..0000000 --- a/spring-web-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework Web module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-web-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-web-4.0.9.RELEASE/pom.xml b/spring-web-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..a4aef8b --- /dev/null +++ b/spring-web-4.0.9.RELEASE/pom.xml @@ -0,0 +1,190 @@ +<?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-web</artifactId> + <version>4.0.9.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</pkgGroupId> + <pkgArtifactId>spring-web</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + com.caucho.*;version="[3.2.1, 5.0.0)";resolution:=optional, + com.sun.syndication.*;version="[1.0.0, 2.0.0)";resolution:=optional, + org.codehaus.jackson.*;version="[1.3.0, 2.0.0)";resolution:=optional, + com.fasterxml.jackson.*;version="[2.0.0, 3.0.0)";resolution:=optional, + com.sun.net.*;resolution:=optional, + javax.activation.*;resolution:=optional, + javax.el.*;version="[1.0.0, 3.0.0)";resolution:=optional, + javax.faces.*;version="[1.1.0, 3.0.0)";resolution:=optional, + javax.imageio.*;resolution:=optional, + javax.jws.*;resolution:=optional, + javax.portlet.*;version="[2.0.0, 3.0.0)";resolution:=optional, + javax.servlet;version="[2.4.0, 4.0.0)", + javax.servlet.http;version="[2.4.0, 4.0.0)", + javax.servlet.annotation;version="[3.0.0, 4.0.0)";resolution:=optional, + javax.servlet.jsp.*;version="[2.0.0, 3.0.0)";resolution:=optional, + javax.xml.*;resolution:=optional, + org.aopalliance.*;version="[1.0.0, 2.0.0)", + org.apache.commons.fileupload.*;version="[1.2.0, 2.0.0)";resolution:=optional, + org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", + org.apache.http.*;version="[4.1.0, 5.0.0)";resolution:=optional, + org.apache.log4j.*;version="[1.2.15, 2.0.0)";resolution:=optional, + org.springframework.aop.*;version="[${pkgVersion},4.1)", + org.springframework.beans.*;version="[${pkgVersion},4.1)", + org.springframework.context.*;version="[${pkgVersion},4.1)", + org.springframework.core.*;version="[${pkgVersion},4.1)", + org.springframework.format.support;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.jndi.*;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.oxm.*;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.remoting.*;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.stereotype.*;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.ui.*;version="[${pkgVersion},4.1)", + org.springframework.util.*;version="[${pkgVersion},4.1)", + org.springframework.validation.*;version="[${pkgVersion},4.1)", + org.joda.time;version="[2,3)";resolution:=optional, + org.joda.time.format;version="[2,3)";resolution:=optional, + com.fasterxml.jackson.datatype.joda.*;version="[2,3)";resolution:=optional, + org.xml.sax.*;resolution:=optional, + org.w3c.dom.*;resolution:=optional + </servicemix.osgi.import.pkg> + <servicemix.osgi.private.pkg> + META-INF.services* + </servicemix.osgi.private.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-oxm</artifactId> + </exclusion> + </exclusions> + </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>**/*.properties</include> + <include>META-INF/web-fragment.xml</include> + <include>META-INF/services/**</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/eec5c2df/spring-web-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-web-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-web-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..5746040 --- /dev/null +++ b/spring-web-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-webmvc-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-webmvc-4.0.7.RELEASE/pom.xml b/spring-webmvc-4.0.7.RELEASE/pom.xml deleted file mode 100644 index af35717..0000000 --- a/spring-webmvc-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,212 +0,0 @@ -<?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-webmvc</artifactId> - <version>4.0.7.RELEASE_5-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</pkgGroupId> - <pkgArtifactId>spring-webmvc</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.validation;resolution:=optional, - com.sun.syndication.*;version="[1.0.0, 2.0.0)";resolution:=optional, - com.lowagie.text.*;version="[2.0.8, 3.0.0)";resolution:=optional, - freemarker.*;version="[2.3.14, 3.0.0)";resolution:=optional, - javax.activation.*;resolution:=optional, - javax.el.*;version="[1.0.0, 3.0.0)";resolution:=optional, - javax.sql.*;resolution:=optional, - javax.servlet;version="[2.4.0, 4.0.0)", - javax.servlet.http;version="[2.4.0, 4.0.0)", - javax.servlet.jsp;version="[2.0.0, 3.0.0)";resolution:=optional, - javax.servlet.jsp.el;version="[2.0.0, 3.0.0)";resolution:=optional, - javax.servlet.jsp.tagext;version="[2.0.0, 3.0.0)";resolution:=optional, - javax.servlet.jsp.jstl.*;version="[1.1.2, 2.0.0)";resolution:=optional, - javax.xml.*;resolution:=optional, - jxl.*;version="[2.6.6, 3.0.0)";resolution:=optional, - net.sf.jasperreports.*;version="[2.0.5, 4.0.0)";resolution:=optional, - org.aopalliance.aop;resolution:=optional, - org.aopalliance.intercept;resolution:=optional, - org.apache.commons.logging.*;version="[1.1.1, 2.0.0)";resolution:=optional, - org.apache.poi.*;version="[3.0.2.FINAL, 4.0.0)";resolution:=optional, - org.apache.tiles.*;version="[2.1.2, 3.0.0)";resolution:=optional, - org.apache.velocity.*;version="[1.5.0, 2.0.0)";resolution:=optional, - org.codehaus.jackson.*;version="[1.3.0, 2.0.0)";resolution:=optional, - com.fasterxml.jackson.*;version="[2.0.0, 3.0.0)";resolution:=optional, - org.springframework.aop.framework;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.aop.target;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.beans.*;version="[${pkgVersion},4.1)", - org.springframework.context.*;version="[${pkgVersion},4.1)", - org.springframework.core.*;version="[${pkgVersion},4.1)", - org.springframework.cglib*;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.expression.*;version="[${pkgVersion},4.1)", - org.springframework.format.*;version="[${pkgVersion},4.1)", - org.springframework.http.*;version="[${pkgVersion},4.1)", - org.springframework.oxm.*;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.objenesis;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.1)", - org.springframework.ui.*;version="[${pkgVersion},4.1)", - org.springframework.util.*;version="[${pkgVersion},4.1)", - org.springframework.validation.*;version="[${pkgVersion},4.1)", - org.springframework.validation.beanvalidation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.*;version="[${pkgVersion},4.1)", - org.xml.sax.*;resolution:=optional, - org.w3c.dom.*;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context-support</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - </exclusions> - </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>**/*.properties</include> - <include>**/*.ftl</include> - <include>**/*.vm</include> - <include>**/*.gif</include> - <include>**/*.xsd</include> - <include>META-INF/spring*</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/eec5c2df/spring-webmvc-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-webmvc-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info deleted file mode 100644 index 78b42bc..0000000 --- a/spring-webmvc-4.0.7.RELEASE/src/main/resources/OSGI-INF/bundle.info +++ /dev/null @@ -1,11 +0,0 @@ -\u001B[1mSYNOPSIS\u001B[0m - ${project.description} - - Original Maven URL: - \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m - -\u001B[1mDESCRIPTION\u001B[0m - Spring Framework Web MVC module. - -\u001B[1mSEE ALSO\u001B[0m - \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-webmvc-4.0.9.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-webmvc-4.0.9.RELEASE/pom.xml b/spring-webmvc-4.0.9.RELEASE/pom.xml new file mode 100644 index 0000000..d9aea40 --- /dev/null +++ b/spring-webmvc-4.0.9.RELEASE/pom.xml @@ -0,0 +1,211 @@ +<?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-webmvc</artifactId> + <version>4.0.9.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</pkgGroupId> + <pkgArtifactId>spring-webmvc</pkgArtifactId> + <pkgVersion>4.0.9.RELEASE</pkgVersion> + <servicemix.osgi.export.pkg> + org.springframework + </servicemix.osgi.export.pkg> + <servicemix.osgi.import.pkg> + javax.validation;resolution:=optional, + com.sun.syndication.*;version="[1.0.0, 2.0.0)";resolution:=optional, + com.lowagie.text.*;version="[2.0.8, 3.0.0)";resolution:=optional, + freemarker.*;version="[2.3.14, 3.0.0)";resolution:=optional, + javax.activation.*;resolution:=optional, + javax.el.*;version="[1.0.0, 3.0.0)";resolution:=optional, + javax.sql.*;resolution:=optional, + javax.servlet;version="[2.4.0, 4.0.0)", + javax.servlet.http;version="[2.4.0, 4.0.0)", + javax.servlet.jsp;version="[2.0.0, 3.0.0)";resolution:=optional, + javax.servlet.jsp.el;version="[2.0.0, 3.0.0)";resolution:=optional, + javax.servlet.jsp.tagext;version="[2.0.0, 3.0.0)";resolution:=optional, + javax.servlet.jsp.jstl.*;version="[1.1.2, 2.0.0)";resolution:=optional, + javax.xml.*;resolution:=optional, + jxl.*;version="[2.6.6, 3.0.0)";resolution:=optional, + net.sf.jasperreports.*;version="[2.0.5, 4.0.0)";resolution:=optional, + org.aopalliance.aop;resolution:=optional, + org.aopalliance.intercept;resolution:=optional, + org.apache.commons.logging.*;version="[1.1.1, 2.0.0)";resolution:=optional, + org.apache.poi.*;version="[3.0.2.FINAL, 4.0.0)";resolution:=optional, + org.apache.tiles.*;version="[2.1.2, 3.0.0)";resolution:=optional, + org.apache.velocity.*;version="[1.5.0, 2.0.0)";resolution:=optional, + org.codehaus.jackson.*;version="[1.3.0, 2.0.0)";resolution:=optional, + com.fasterxml.jackson.*;version="[2.0.0, 3.0.0)";resolution:=optional, + org.springframework.aop.framework;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.aop.target;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.beans.*;version="[${pkgVersion},4.1)", + org.springframework.context.*;version="[${pkgVersion},4.1)", + org.springframework.core.*;version="[${pkgVersion},4.1)", + org.springframework.cglib*;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.expression.*;version="[${pkgVersion},4.1)", + org.springframework.format.*;version="[${pkgVersion},4.1)", + org.springframework.http.*;version="[${pkgVersion},4.1)", + org.springframework.oxm.*;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.objenesis;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.stereotype;version="[${pkgVersion},4.1)", + org.springframework.ui.*;version="[${pkgVersion},4.1)", + org.springframework.util.*;version="[${pkgVersion},4.1)", + org.springframework.validation.*;version="[${pkgVersion},4.1)", + org.springframework.validation.beanvalidation;version="[${pkgVersion},4.1)";resolution:=optional, + org.springframework.web.*;version="[${pkgVersion},4.1)", + org.xml.sax.*;resolution:=optional, + org.w3c.dom.*;resolution:=optional + </servicemix.osgi.import.pkg> + </properties> + + <dependencies> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-expression</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context-support</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-beans</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-expression</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-context-support</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + </exclusion> + </exclusions> + </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>**/*.properties</include> + <include>**/*.ftl</include> + <include>**/*.vm</include> + <include>**/*.gif</include> + <include>**/*.xsd</include> + <include>META-INF/spring*</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/eec5c2df/spring-webmvc-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info ---------------------------------------------------------------------- diff --git a/spring-webmvc-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info b/spring-webmvc-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info new file mode 100644 index 0000000..78b42bc --- /dev/null +++ b/spring-webmvc-4.0.9.RELEASE/src/main/resources/OSGI-INF/bundle.info @@ -0,0 +1,11 @@ +\u001B[1mSYNOPSIS\u001B[0m + ${project.description} + + Original Maven URL: + \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m + +\u001B[1mDESCRIPTION\u001B[0m + Spring Framework Web MVC module. + +\u001B[1mSEE ALSO\u001B[0m + \u001B[36mhttp://www.springsource.org/spring-framework\u001B[0m http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/eec5c2df/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml ---------------------------------------------------------------------- diff --git a/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml b/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml deleted file mode 100644 index 588f5ec..0000000 --- a/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml +++ /dev/null @@ -1,194 +0,0 @@ -<?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-webmvc-portlet</artifactId> - <version>4.0.7.RELEASE_4-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</pkgGroupId> - <pkgArtifactId>spring-webmvc-portlet</pkgArtifactId> - <pkgVersion>4.0.7.RELEASE</pkgVersion> - <servicemix.osgi.export.pkg> - org.springframework - </servicemix.osgi.export.pkg> - <servicemix.osgi.import.pkg> - javax.portlet;resolution:=optional, - javax.portlet.filter;resolution:=optional, - javax.servlet;version="[2.5,4)";resolution:=optional, - javax.servlet.http;version="[2.5,4)";resolution:=optional, - javax.xml;resolution:=optional, - javax.xml.namespace;resolution:=optional, - org.apache.commons.fileupload;resolution:=optional, - org.apache.commons.fileupload.disk;resolution:=optional, - org.apache.commons.fileupload.portlet;resolution:=optional, - org.apache.commons.logging;version="[1.1.1,2)";resolution:=optional, - org.springframework.beans;version="[${pkgVersion},4.1)", - org.springframework.beans.factory;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.config;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.support;version="[${pkgVersion},4.1)", - org.springframework.beans.factory.xml;version="[${pkgVersion},4.1)", - org.springframework.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.event;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.i18n;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.context.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.core;version="[${pkgVersion},4.1)", - org.springframework.core.annotation;version="[${pkgVersion},4.1)", - org.springframework.core.env;version="[${pkgVersion},4.1)", - org.springframework.core.io;version="[${pkgVersion},4.1)", - org.springframework.core.io.support;version="[${pkgVersion},4.1)", - org.springframework.core.style;version="[${pkgVersion},4.1)", - org.springframework.http;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.http.converter;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.jndi;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.stereotype;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.ui;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.util;version="[${pkgVersion},4.1)", - org.springframework.validation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.validation.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.bind;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.bind.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.bind.annotation.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.bind.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.request;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.context.support;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.multipart;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.multipart.commons;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.servlet.mvc.annotation;version="[${pkgVersion},4.1)";resolution:=optional, - org.springframework.web.util;version="[${pkgVersion},4.1)";resolution:=optional, - org.xml.sax;resolution:=optional - </servicemix.osgi.import.pkg> - </properties> - - <dependencies> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- sources --> - <dependency> - <groupId>${pkgGroupId}</groupId> - <artifactId>${pkgArtifactId}</artifactId> - <version>${pkgVersion}</version> - <classifier>sources</classifier> - <exclusions> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - </exclusion> - <exclusion> - <groupId>org.springframework</groupId> - <artifactId>spring-webmvc</artifactId> - </exclusion> - </exclusions> - </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>
