Author: cziegeler Date: Fri Feb 15 09:11:52 2013 New Revision: 1446481 URL: http://svn.apache.org/r1446481 Log: Clean up dependencies - remove unused
Modified: sling/trunk/launchpad/testing/pom.xml Modified: sling/trunk/launchpad/testing/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=1446481&r1=1446480&r2=1446481&view=diff ============================================================================== --- sling/trunk/launchpad/testing/pom.xml (original) +++ sling/trunk/launchpad/testing/pom.xml Fri Feb 15 09:11:52 2013 @@ -452,6 +452,8 @@ </profiles> <dependencies> + + <!-- The integration tests --> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.launchpad.integration-tests</artifactId> @@ -459,7 +461,7 @@ <scope>test</scope> </dependency> - <!-- The test services bundles --> + <!-- The test services bundles --> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.launchpad.test-bundles</artifactId> @@ -467,7 +469,7 @@ <type>partialbundlelist</type> </dependency> - <!-- The basic Sling WebApp --> + <!-- The basic Sling WebApp --> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.launchpad.base</artifactId> @@ -475,49 +477,13 @@ <classifier>app</classifier> </dependency> - <!-- JCR Install - needs to be in a profile --> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>biz.aQute</groupId> - <artifactId>bnd</artifactId> - <version>0.0.169</version> - <scope>test</scope> - </dependency> - + <!-- Dependencies for the Test Build and Run --> <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> <version>2.0</version> <scope>test</scope> </dependency> - - <!-- Dependencies for the Test Build and Run --> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.testing</artifactId> - <version>2.0.13-SNAPSHOT</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-simple</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.servlets.post</artifactId> - <version>2.1.0</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> @@ -543,8 +509,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> <scope>test</scope> </dependency> <dependency>