Migrate javax.inject artifact references 96/96096/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 9 May 2021 20:06:45 +0000 (22:06 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 9 May 2021 20:07:27 +0000 (22:07 +0200)
We are using GuicedEE instead of the ancient (and broken) javax.inject
jar. Migrate references.

Change-Id: I6d4e043eca50c3af1ff3742c6809c3b8118a2100
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/pom.xml
web/impl-jetty/pom.xml
web/servlet-jersey2/pom.xml

index c015c5edcf9b6dd44bc696f2b7cbb34dae00a3d4..b8424eeda0adc52e927599c048e4ab1de0983f1b 100644 (file)
@@ -73,10 +73,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>osgi.cmpn</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
-            <scope>provided</scope>
         </dependency>
 
         <!-- JSON JAXB Stuff -->
index 44eabe59fae3980e3991c2c76192c6d22c382968..6be560aa2b6167ad48688715ee69d9e7f58a96bb 100644 (file)
@@ -43,7 +43,7 @@
       <artifactId>guava</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.inject</groupId>
+      <groupId>com.guicedee.services</groupId>
       <artifactId>javax.inject</artifactId>
       <optional>true</optional>
     </dependency>
index a877a6c905455d66af7431532c38ff9622ac15d2..5ec110667604582eba71405923449ec2c838fc97 100644 (file)
@@ -35,7 +35,7 @@
             <artifactId>jersey-client</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>