This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.installer.hc-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-hc.git
commit 6837d8e31a55433e974e637bdbcbb06f58f733ef Author: Oliver Lietz <[email protected]> AuthorDate: Thu Mar 2 07:28:50 2017 +0000 use Sling Parent 29, fix SCM URLs, add missing scopes git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/installer/hc@1785075 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index df07ccc..09c081b 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>28</version> + <version>29</version> <relativePath /> </parent> @@ -26,13 +26,13 @@ <name>Apache Sling Installer Health Checks</name> <description> - Provides Sling health checks related to the Sling Installer. + Provides Sling Health Checks related to the Sling Installer. </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/healthcheck</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/healthcheck</developerConnection> - <url>http://svn.apache.org/viewvc/sling/installer/healthcheck</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/installer/hc</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/installer/hc</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/installer/hc</url> </scm> <!-- make compile with java 7 --> @@ -58,10 +58,12 @@ <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.apache.sling</groupId> @@ -86,6 +88,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
