Migrate javax.inject dependencies 65/95165/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 14 Feb 2021 13:37:21 +0000 (14:37 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 14 Feb 2021 13:38:14 +0000 (14:38 +0100)
Remove use of groupId=java.inject, as it brings about a very ugly
artifact.

Change-Id: I66a4213c2e7984931f187e464f77c5083d229a7d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-data-impl/pom.xml
yang/yang-parser-impl/pom.xml

index 36147d02d6ad4c55024cca01536fe7e6de6f1657..58fee6991651ad07963ba639e2199c140475b33c 100644 (file)
@@ -78,9 +78,8 @@
         </dependency>
 
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
-            <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         <dependency>
index 57f4d5d51380f34c0da37ee1a1b889d8f119409a..c440698454a10345a359ea7ea7ee0f67cb85b44c 100644 (file)
             <artifactId>osgi.cmpn</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
-            <scope>provided</scope>
             <optional>true</optional>
         </dependency>
     </dependencies>