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-i18n.git
commit a3c89b306f1d0a64dcc53299ee6a3a190c362dfc Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jan 16 10:54:33 2018 +0100 SLING-7353 Update to Sling Parent 33 adjust dependencies --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 85a79ba..3d0b255 100644 --- a/pom.xml +++ b/pom.xml @@ -161,6 +161,12 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <!-- OSGi --> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.annotation.versioning</artifactId> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> @@ -168,6 +174,11 @@ </dependency> <dependency> <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.component.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> <artifactId>org.osgi.service.http.whiteboard</artifactId> <version>1.0.0</version> <scope>provided</scope> @@ -185,6 +196,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.service.metatype.annotations</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope>provided</scope> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
