summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-07-25 15:49:16 +0000
committerGerrit Code Review <gerrit@onap.org>2022-07-25 15:49:16 +0000
commit3bb87eb14a329933bdc4f666ac696b6cb22736be (patch)
tree92851e6a3ec936110baf5edbd886a7c845c54b91 /plugins/restconf-client/provider/pom.xml
parent4a2962b60486dfa9dc2736342da69f12660f0005 (diff)
parentde63cbb97a9f751f8856647dbf81eb632420cd9d (diff)
Merge "Migrate sli to sulfur sr1"
Diffstat (limited to 'plugins/restconf-client/provider/pom.xml')
-rwxr-xr-xplugins/restconf-client/provider/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml
index 242603f72..bf0d18e1f 100755
--- a/plugins/restconf-client/provider/pom.xml
+++ b/plugins/restconf-client/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.4.0</version>
+ <version>2.4.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.sli.plugins</groupId>
@@ -69,6 +69,16 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-parser-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-repo-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>