diff options
Diffstat (limited to 'sdnr/wt/netconfnode-state-service/model/pom.xml')
-rw-r--r-- | sdnr/wt/netconfnode-state-service/model/pom.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sdnr/wt/netconfnode-state-service/model/pom.xml b/sdnr/wt/netconfnode-state-service/model/pom.xml index c4bb5ccd0..ca4fc90e6 100644 --- a/sdnr/wt/netconfnode-state-service/model/pom.xml +++ b/sdnr/wt/netconfnode-state-service/model/pom.xml @@ -52,11 +52,6 @@ <dependencies> <dependency> - <groupId>org.opendaylight.netconf</groupId> - <artifactId>sal-netconf-connector</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-dom-codec-api</artifactId> <scope>provided</scope> @@ -79,8 +74,7 @@ <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-topology</artifactId> - <version>5.0.6</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> </dependencies> |