This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-contentdetection.git
commit ae242d7c83bffa09759960e9c65ece4d42c71bab Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Oct 21 06:12:21 2016 +0000 Update to parent pom 29 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1765923 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 9ca91d8..3bc840e 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>29</version> <relativePath /> </parent> @@ -58,7 +58,7 @@ <!-- OSGi Dependencies--> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> + <artifactId>osgi.core</artifactId> <scope>provided</scope> </dependency> @@ -82,19 +82,18 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> - <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.junit.core</artifactId> <version>1.0.10</version> - <scope>provided</scope> + <scope>test</scope> </dependency> <dependency> <groupId>junit-addons</groupId> <artifactId>junit-addons</artifactId> <version>1.4</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> @@ -112,7 +111,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <scope>test</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> @@ -135,7 +133,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>4.2.1</version> + <version>5.6.0</version> <scope>test</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
