summaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'restconf-client/provider/pom.xml')
-rwxr-xr-xrestconf-client/provider/pom.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml
index ac5c4cc3..43c9d173 100755
--- a/restconf-client/provider/pom.xml
+++ b/restconf-client/provider/pom.xml
@@ -65,7 +65,16 @@
<artifactId>restapi-call-node-provider</artifactId>
<version>0.3.1-SNAPSHOT</version>
</dependency>
-
+ <dependency>
+ <groupId>org.opendaylight.netconf</groupId>
+ <artifactId>restconf-nb-rfc8040</artifactId>
+ <version>${odl.mdsal.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-parser-impl</artifactId>
+ <version>2.0.6.1</version>
+ </dependency>
<!-- For test -->
<dependency>
@@ -109,16 +118,5 @@
<version>2.0.6.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.opendaylight.netconf</groupId>
- <artifactId>restconf-nb-rfc8040</artifactId>
- <version>${odl.mdsal.version}</version>
- </dependency>
- <dependency>
- <groupId>org.opendaylight.yangtools</groupId>
- <artifactId>yang-parser-impl</artifactId>
- <version>2.0.6.1</version>
- </dependency>
-
</dependencies>
</project>