Modified: servicemix/smx4/bundles/trunk/spring-beans-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-beans-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-beans-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-beans-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -73,6 +73,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> @@ -99,7 +113,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.dtd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters>
Modified: servicemix/smx4/bundles/trunk/spring-beans-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-beans-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-beans-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-beans-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -74,6 +74,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> @@ -100,7 +114,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.dtd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-beans-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-beans-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-beans-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-beans-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -74,6 +74,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> @@ -100,7 +114,7 @@ <include>**/*.gif</include> <include>**/*.xsd</include> <include>**/*.dtd</include> - <include>META-INF/spring.*</include> + <include>META-INF/spring*</include> </includes> </filter> </filters> Modified: servicemix/smx4/bundles/trunk/spring-context-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -156,6 +156,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -182,7 +208,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-context-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -156,6 +156,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -182,7 +208,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-context-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -156,6 +156,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -182,7 +208,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-context-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -156,6 +156,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -182,7 +208,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-context-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -156,6 +156,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -182,7 +208,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-context-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -163,6 +163,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -189,7 +215,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-context-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -163,6 +163,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -189,7 +215,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-context-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -163,6 +163,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -189,7 +215,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-context-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -163,6 +163,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -189,7 +215,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-context-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -163,6 +163,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -189,7 +215,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-context-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -163,6 +163,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -189,7 +215,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-context-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -164,6 +164,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -190,7 +216,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-context-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -164,6 +164,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-aop</artifactId> + </exclusion> + <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-expression</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> @@ -190,7 +216,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-context-support-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-context-support-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-context-support-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-context-support-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-context-support-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -118,6 +118,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-context-support-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,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-context-support-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,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-context-support-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,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-context-support-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,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-context-support-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,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-context-support-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -122,6 +122,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-context-support-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -133,6 +133,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-context-support-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-context-support-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-context-support-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-context-support-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -133,6 +133,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-core-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-3.2.10.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -84,6 +84,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-3.2.11.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -84,6 +84,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-3.2.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -84,6 +84,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-3.2.8.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -84,6 +84,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-3.2.9.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -84,6 +84,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.0.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.0.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -87,6 +87,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.0.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.0.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -87,6 +87,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.0.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.0.3.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -88,6 +88,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.0.5.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.0.5.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.0.5.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.0.5.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -88,6 +88,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.0.6.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.0.6.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.0.6.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.0.6.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -88,6 +88,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.0.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.0.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.0.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.0.7.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -88,6 +88,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -89,6 +89,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-core-4.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-core-4.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-core-4.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-core-4.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -89,6 +89,20 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>${pkgArtifactId}</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-data-neo4j-2.2.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-data-neo4j-2.2.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-data-neo4j-2.2.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-data-neo4j-2.2.2.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -195,6 +195,108 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher-dsl</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-aspects</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-cross-store</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-tx</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-rest</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-rest-graphdb</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.0.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.0.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.0.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.0.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -200,6 +200,108 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher-dsl</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-aspects</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-cross-store</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-tx</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-rest</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-rest-graphdb</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-data-neo4j-3.1.1.RELEASE/pom.xml Fri Nov 7 16:46:05 2014 @@ -200,6 +200,108 @@ </exclusion> </exclusions> </dependency> + + <!-- sources --> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher-dsl</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-aspects</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-cross-store</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-tx</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>${pkgGroupId}</groupId> + <artifactId>spring-data-neo4j-rest</artifactId> + <version>${pkgVersion}</version> + <classifier>sources</classifier> + <exclusions> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-kernel</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-rest-graphdb</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.neo4j</groupId> + <artifactId>neo4j-cypher</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> Modified: servicemix/smx4/bundles/trunk/spring-expression-3.2.10.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-3.2.10.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-3.2.10.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-3.2.10.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-3.2.11.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-3.2.11.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-3.2.11.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-3.2.11.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-3.2.7.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-3.2.7.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-3.2.7.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-3.2.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-3.2.8.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-3.2.8.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-3.2.8.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-3.2.8.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-3.2.9.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-3.2.9.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-3.2.9.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-3.2.9.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.1.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.0.1.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.0.1.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.0.1.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.2.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.0.2.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.0.2.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.0.2.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.3.RELEASE/pom.xml URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-expression-4.0.3.RELEASE/pom.xml?rev=1637406&r1=1637405&r2=1637406&view=diff ============================================================================== --- servicemix/smx4/bundles/trunk/spring-expression-4.0.3.RELEASE/pom.xml (original) +++ servicemix/smx4/bundles/trunk/spring-expression-4.0.3.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>
