This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch feature/SLING-9655
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git
The following commit(s) were added to refs/heads/feature/SLING-9655 by this
push:
new 6adfe39 SLING-9655 - remove unused dependencies
6adfe39 is described below
commit 6adfe39af9ae2ca62925468d76d9edac5a5d4774
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Aug 25 12:09:25 2020 +0200
SLING-9655 - remove unused dependencies
---
pom.xml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/pom.xml b/pom.xml
index 291c558..b1e0cae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,24 +302,6 @@
<version>1.3_1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.github.ben-manes.caffeine</groupId>
- <artifactId>caffeine</artifactId>
- <version>2.8.6-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.github.ben-manes.caffeine</groupId>
- <artifactId>jcache</artifactId>
- <version>2.8.6-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.typesafe</groupId>
- <artifactId>config</artifactId>
- <version>1.4.0</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<reporting>