This is an automated email from the ASF dual-hosted git repository. davidb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-apiregions.git
commit c24c5a6150f61d9205067154c2e1a96b4596a6df Author: David Bosschaert <[email protected]> AuthorDate: Tue Nov 6 13:03:13 2018 +0000 Reduce dependencies --- pom.xml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/pom.xml b/pom.xml index 6f46e29..77f31d8 100644 --- a/pom.xml +++ b/pom.xml @@ -64,45 +64,10 @@ </build> <dependencies> <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.feature.service</artifactId> - <version>0.0.1-SNAPSHOT</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.annotation.versioning</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.osgi</groupId> <artifactId>osgi.core</artifactId> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.service.component.annotations</artifactId> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-json_1.1_spec</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.feature</artifactId> - <version>0.1.3-SNAPSHOT</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.feature.launcher</artifactId> - <version>0.1.0-SNAPSHOT</version> - <scope>provided</scope> - </dependency> - <!-- Testing --> <dependency> @@ -116,11 +81,5 @@ <version>2.8.9</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.johnzon</groupId> - <artifactId>johnzon-core</artifactId> - <version>1.0.0</version> - <scope>test</scope> - </dependency> </dependencies> </project>
