diff options
Diffstat (limited to 'infra/data-impl/pom.xml')
-rw-r--r-- | infra/data-impl/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 6abc1892d..fa6e11704 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -62,6 +62,10 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>sal-core-spi</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>mdsal-netconf-connector</artifactId> + </dependency> <dependency> <groupId>junit</groupId> @@ -83,6 +87,18 @@ <artifactId>yang-test-util</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>xmlunit</groupId> + <artifactId>xmlunit</artifactId> + <version>1.6</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>netconf-util</artifactId> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <build> |