summaryrefslogtreecommitdiffstats
path: root/core/sli/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/sli/provider/pom.xml')
-rwxr-xr-xcore/sli/provider/pom.xml21
1 files changed, 14 insertions, 7 deletions
diff --git a/core/sli/provider/pom.xml b/core/sli/provider/pom.xml
index 1fde267e8..d45b2e0f4 100755
--- a/core/sli/provider/pom.xml
+++ b/core/sli/provider/pom.xml
@@ -58,15 +58,14 @@
<artifactId>commons-lang</artifactId>
<scope>compile</scope>
</dependency>
-
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.opendaylight.controller</groupId>
- <artifactId>sal-binding-api</artifactId>
+ <groupId> org.opendaylight.mdsal</groupId>
+ <artifactId>mdsal-binding-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -81,11 +80,19 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.opendaylight.controller</groupId>
- <artifactId>sal-core-api</artifactId>
- <scope>provided</scope>
+ <groupId>org.opendaylight.mdsal</groupId>
+ <artifactId>mdsal-dom-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.opendaylight.mdsal</groupId>
+ <artifactId>yang-binding</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>annotations</artifactId>
</dependency>
- <!-- Testing Dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>