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-log-webconsole.git
commit 8250ebd3fee5e1940dc29a96599de22d58578482 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Oct 17 09:11:26 2016 +0000 Update log web console to latest parent pom git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1765226 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index 36f88dd..1411f23 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>26</version> + <version>29</version> <relativePath /> </parent> @@ -141,7 +141,6 @@ <!-- integration tests run with pax-exam --> <plugin> <artifactId>maven-failsafe-plugin</artifactId> - <version>2.18.1</version> <executions> <execution> <goals> @@ -192,12 +191,6 @@ <dependencies> <dependency> - <groupId>biz.aQute.bnd</groupId> - <artifactId>bnd</artifactId> - <version>2.1.0</version> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> @@ -236,15 +229,7 @@ <!-- OSGi Libraries not included here --> <dependency> <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <version>5.0.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <version>5.0.0</version> - <scope>provided</scope> + <artifactId>osgi.core</artifactId> </dependency> <dependency> <groupId>org.apache.felix</groupId> @@ -276,7 +261,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> - <version>4.4.1</version> + <version>5.6.0</version> <scope>test</scope> </dependency> @@ -314,7 +299,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.configadmin</artifactId> - <version>1.6.0</version> + <version>1.8.10</version> <scope>test</scope> </dependency> <dependency> @@ -382,7 +367,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.scr</artifactId> - <version>1.6.2</version> + <version>2.0.6</version> <scope>test</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
