Fix restconf-notifications-mdsal dependencies 79/115579/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 23 Feb 2025 03:14:07 +0000 (04:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 23 Feb 2025 03:57:56 +0000 (04:57 +0100)
javax.inject should be optional, always.

Change-Id: I092deb36ca71c74f01fa0fd125ae312b964330ee
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
plugins/restconf-notifications-mdsal/pom.xml

index 7c58b0fe8d85e11eaa2aa58da022d853376bcd4a..4dc451defbefc3f6949bb238f6a92a29b460a44a 100644 (file)
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
-            <scope>compile</scope>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>