This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 6358c98e6 Remove unused dependency.
6358c98e6 is described below
commit 6358c98e6ba17edd469c1285139971fcf548c375
Author: James Bognar <[email protected]>
AuthorDate: Mon Jul 8 13:36:59 2024 -0400
Remove unused dependency.
---
juneau-rest/juneau-rest-client/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/juneau-rest/juneau-rest-client/pom.xml
b/juneau-rest/juneau-rest-client/pom.xml
index aa8ec8381..b7c6d0b95 100644
--- a/juneau-rest/juneau-rest-client/pom.xml
+++ b/juneau-rest/juneau-rest-client/pom.xml
@@ -38,14 +38,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
- <dependency>
- <groupId>javax.activation</groupId>
- <artifactId>javax.activation-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.activation</groupId>
- <artifactId>javax.activation</artifactId>
- </dependency>
</dependencies>
<properties>