This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-metrics.git
commit 3b3b1ea113c59222f235691f8f2394e99e29de0c Author: Oliver Lietz <[email protected]> AuthorDate: Sun Jan 21 13:54:09 2018 +0100 SLING-7353 Update to Sling Parent 33 --- pom.xml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 8c1c9db..b7d1872 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>30</version> + <version>33</version> + <relativePath/> </parent> <artifactId>org.apache.sling.commons.metrics</artifactId> @@ -109,13 +110,6 @@ <plugin> <groupId>org.apache.servicemix.tooling</groupId> <artifactId>depends-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>generate-depends-file</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </build> @@ -124,11 +118,13 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>3.2.3</version> + <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> @@ -138,22 +134,30 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.cmpn</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.versioning</artifactId> + <scope>provided</scope> </dependency> - <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.inventory</artifactId> <version>1.0.2</version> + <scope>provided</scope> <optional>true</optional> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.2</version> + <scope>provided</scope> <optional>true</optional> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
