aboutsummaryrefslogtreecommitdiffstats
path: root/vnfapi/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfapi/provider/pom.xml')
-rw-r--r--vnfapi/provider/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml
index dfc6afd0..a897675a 100644
--- a/vnfapi/provider/pom.xml
+++ b/vnfapi/provider/pom.xml
@@ -60,6 +60,36 @@
<artifactId>sli-provider</artifactId>
<version>${sdnctl.sli.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>sal-test-model</artifactId>
+ <version>${odl.mdsal.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.netconf</groupId>
+ <artifactId>sal-rest-connector</artifactId>
+ <version>${odl.mdsal.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>sal-binding-broker-impl</artifactId>
+ <version>${odl.mdsal.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.controller</groupId>
+ <artifactId>sal-binding-broker-impl</artifactId>
+ <version>${odl.mdsal.version}</version>
+ <type>test-jar</type>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>