Modified: servicemix/smx4/bundles/trunk/spring-web-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build>
Modified: servicemix/smx4/bundles/trunk/spring-web-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -112,6 +112,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -112,6 +112,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-web-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-web-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-web-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-web-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-oxm</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -116,6 +116,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -116,6 +116,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== Binary files - no diff available. Modified: servicemix/smx4/bundles/trunk/spring-webmvc-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -116,6 +116,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -116,6 +116,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,44 @@ </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> @@ -150,7 +188,7 @@ <include>**/*.vm</include> <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-webmvc-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -126,6 +126,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -126,6 +126,44 @@ </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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,35 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <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> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-webmvc-portlet-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -119,6 +119,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-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> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -134,6 +134,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-context</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> @@ -158,7 +180,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -134,6 +134,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-context</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> @@ -158,7 +180,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -134,6 +134,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-context</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> @@ -158,7 +180,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -134,6 +134,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-context</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> @@ -158,7 +180,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -134,6 +134,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-context</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> @@ -158,7 +180,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -135,6 +135,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-context</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> @@ -159,7 +181,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -142,6 +142,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-context</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> @@ -166,7 +188,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-websocket-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-websocket-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-websocket-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-websocket-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -143,6 +143,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-context</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> @@ -167,7 +189,7 @@ <artifact>${pkgGroupId}:${pkgArtifactId}</artifact> <includes> <include>**/*.xsd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-ws-core-2.2.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-ws-core-2.2.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-ws-core-2.2.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-ws-core-2.2.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -150,6 +150,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-ws-security-2.2.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-ws-security-2.2.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-ws-security-2.2.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-ws-security-2.2.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -93,6 +93,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-ws-support-2.2.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-ws-support-2.2.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-ws-support-2.2.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-ws-support-2.2.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -111,6 +111,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-ws-test-2.2.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-ws-test-2.2.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-ws-test-2.2.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-ws-test-2.2.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -74,6 +74,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-xml-2.2.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-xml-2.2.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-xml-2.2.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-xml-2.2.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -78,6 +78,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>
