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-paxexam-util.git
commit b8009fa22488df8d3ad19f7d313ba55bacf96b56 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Mar 29 07:32:59 2017 +0000 Move to parent pom 30 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789283 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 07d3375..975524a 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>30</version> <relativePath/> </parent> @@ -96,9 +96,7 @@ <dependencies> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <version>4.2.0</version> - <scope>provided</scope> + <artifactId>osgi.cmpn</artifactId> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> @@ -126,7 +124,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>4.2.1</version> + <version>5.6.2</version> <scope>test</scope> </dependency> <dependency> @@ -162,7 +160,6 @@ <dependency> <groupId>javax.jcr</groupId> <artifactId>jcr</artifactId> - <version>2.0</version> <scope>test</scope> </dependency> <dependency> @@ -176,7 +173,6 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <scope>test</scope> </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
