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 78ffa45 SLING-9655 - one more unused dependency
78ffa45 is described below
commit 78ffa45c8c23553662dff5ac99f216c05b85b2eb
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Aug 25 12:14:12 2020 +0200
SLING-9655 - one more unused dependency
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index b1e0cae..38d2416 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,12 +121,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>javax.cache</groupId>
- <artifactId>cache-api</artifactId>
- <version>1.1.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>