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-karaf-integration-tests.git
commit b5847fa5e9775db5684574a81e93f865c88d9411 Author: Oliver Lietz <[email protected]> AuthorDate: Fri Apr 3 09:41:28 2020 +0200 remove unused dependencies --- pom.xml | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/pom.xml b/pom.xml index 1f40932..01dc88b 100644 --- a/pom.xml +++ b/pom.xml @@ -94,12 +94,6 @@ </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.messaging</artifactId> - <version>0.0.1-SNAPSHOT</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.karaf-features</artifactId> <version>0.1.1-SNAPSHOT</version> <type>xml</type> @@ -193,49 +187,6 @@ <version>1.18</version> <scope>test</scope> </dependency> - <!-- Couchbase --> - <dependency> - <groupId>com.couchbase.mock</groupId> - <artifactId>CouchbaseMock</artifactId> - <version>1.5.22</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.couchbase.client</groupId> - <artifactId>couchbase-client</artifactId> - <version>1.4.13</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.intellij</groupId> - <artifactId>annotations</artifactId> - <version>12.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.8.5</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - <version>1.1.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.rhino</artifactId> - <version>1.7.10_1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.tukaani</groupId> - <artifactId>xz</artifactId> - <version>1.8</version> - <scope>test</scope> - </dependency> </dependencies> <build>
