You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2021/01/31 13:04:11 UTC

[jclouds] 03/07: Remove javax libraries

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git

commit d0c4a5825e95bed2d8cc33ca5ec193da5dc6f00c
Author: gurkerl83 <ma...@gmx.de>
AuthorDate: Mon Oct 26 14:42:10 2020 +0100

    Remove javax libraries
    
    Remove javax libraries inject and annotation. In JDK 8 those libraries are provided by the JDK. Younger JDK versions > 11 exclude them again to make the JDK leaner. Supporting younger JDK versions means integrating more younger libraries maintained by the Jakarta project.
---
 core/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 2f71fca..a674d71 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -51,16 +51,6 @@
       <artifactId>guice</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
-      <artifactId>javax.inject</artifactId>
-      <version>1</version>
-    </dependency>
-    <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-security</artifactId>
       <scope>test</scope>