Modified: servicemix/smx4/bundles/trunk/spring-expression-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -62,6 +62,20 @@ </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>
Modified: servicemix/smx4/bundles/trunk/spring-expression-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -62,6 +62,20 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-expression-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -62,6 +62,20 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-expression-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -64,6 +64,20 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-expression-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -64,6 +64,20 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-instrument-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-instrument-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-instrument-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-instrument-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-instrument-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -52,6 +52,14 @@ <artifactId>${pkgArtifactId}</artifactId> <version>${pkgVersion}</version> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jdbc-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jdbc-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jdbc-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jdbc-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -101,6 +101,28 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -127,7 +149,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.xml</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -108,6 +108,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -133,7 +163,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -132,6 +132,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -157,7 +187,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-jms-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-jms-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-jms-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-jms-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -132,6 +132,36 @@ </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-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -157,7 +187,7 @@ <includes> <include>**/*.gif</include> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -95,6 +95,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -95,6 +95,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -96,6 +96,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -97,6 +97,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -97,6 +97,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -97,6 +97,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -97,6 +97,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-messaging-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-messaging-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-messaging-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-messaging-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -97,6 +97,28 @@ </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> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-orm-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-orm-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-orm-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-orm-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -172,6 +172,32 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-orm-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-orm-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-orm-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-orm-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -172,6 +172,32 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-orm-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-orm-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-orm-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-orm-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -172,6 +172,32 @@ </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> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-tx</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build>
