This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git
The following commit(s) were added to refs/heads/master by this push:
new 25c704e Remove unused guava dependency
25c704e is described below
commit 25c704ecfe7cc15f7d40d601e3613528c686b90d
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Oct 4 07:41:05 2023 +0200
Remove unused guava dependency
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index d01f303..b6a25ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,12 +180,6 @@
<version>1.4</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>15.0</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock</artifactId>