X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=apps%2Fcallhome-provider%2Fpom.xml;h=92d3f4c4bb2a5d3d6c5d7ce2dc239e19b909a806;hb=6a5bc617412836172d090179d7b5f907bd6b649e;hp=2ee70189458d794a1631166b5adc4ec64c17348b;hpb=f1fead7341a6880af9c90a0cd180d5f9def837c2;p=netconf.git diff --git a/apps/callhome-provider/pom.xml b/apps/callhome-provider/pom.xml index 2ee7018945..92d3f4c4bb 100644 --- a/apps/callhome-provider/pom.xml +++ b/apps/callhome-provider/pom.xml @@ -6,7 +6,7 @@ org.opendaylight.netconf netconf-parent - 5.0.1-SNAPSHOT + 7.0.2 ../../parent @@ -14,15 +14,60 @@ bundle + + com.google.guava + guava + + + com.guicedee.services + javax.inject + true + + + jakarta.annotation + jakarta.annotation-api + provided + true + + + org.eclipse.jdt + org.eclipse.jdt.annotation + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.yangtools + yang-common + org.opendaylight.mdsal mdsal-binding-api org.opendaylight.mdsal - mdsal-binding-dom-adapter - test-jar - test + mdsal-common-api + + + org.opendaylight.mdsal + mdsal-dom-api + + + org.opendaylight.mdsal + yang-binding + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.model + ietf-topology + + + org.opendaylight.netconf + netconf-client org.opendaylight.netconf @@ -30,11 +75,40 @@ org.opendaylight.netconf - callhome-protocol + netconf-client-mdsal + + + org.osgi + org.osgi.framework + + + org.osgi + org.osgi.service.component + + + org.osgi + org.osgi.service.component.annotations + + + org.osgi + org.osgi.service.metatype.annotations + + + + org.bouncycastle + bcpkix-jdk18on + test + + + org.opendaylight.mdsal + mdsal-binding-dom-adapter + test-jar + test org.opendaylight.netconf - callhome-model + netconf-server + test