From: Robert Varga Date: Sun, 23 Feb 2025 03:14:07 +0000 (+0100) Subject: Fix restconf-notifications-mdsal dependencies X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=041641862c3d9390255f059cef6ba90c7ff6ce52;p=netconf.git Fix restconf-notifications-mdsal dependencies javax.inject should be optional, always. Change-Id: I092deb36ca71c74f01fa0fd125ae312b964330ee Signed-off-by: Robert Varga --- diff --git a/plugins/restconf-notifications-mdsal/pom.xml b/plugins/restconf-notifications-mdsal/pom.xml index 7c58b0fe8d..4dc451defb 100644 --- a/plugins/restconf-notifications-mdsal/pom.xml +++ b/plugins/restconf-notifications-mdsal/pom.xml @@ -35,7 +35,7 @@ com.guicedee.services javax.inject - compile + true org.eclipse.jdt