summaryrefslogtreecommitdiffstats
path: root/it
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-05-31 09:14:51 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-08-04 04:24:30 +0000
commitf9ca1e4f38ca3748c9c22c7985929a2c240ca3aa (patch)
tree9160f003a6dc6fb81f2e84f57803a9041f988456 /it
parent27a3afb02d336b88b98cc29eadfdcc075bb9edec (diff)
Adapt hc2vpp to ODL Carbon bump in honeycomb
Depends on https://gerrit.fd.io/r/#/c/6924/ Change-Id: I80597cb2846d174a548a5abf1e4add0ba0e17186 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'it')
-rw-r--r--it/api-test/pom.xml8
-rw-r--r--it/api-test/src/test/java/io/fd/hc2vpp/model/test/LeafRefContextTest.java2
2 files changed, 9 insertions, 1 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml
index d3d77d17d..855eb2fca 100644
--- a/it/api-test/pom.xml
+++ b/it/api-test/pom.xml
@@ -107,6 +107,14 @@
<artifactId>mdsal-binding-generator-impl</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
diff --git a/it/api-test/src/test/java/io/fd/hc2vpp/model/test/LeafRefContextTest.java b/it/api-test/src/test/java/io/fd/hc2vpp/model/test/LeafRefContextTest.java
index 8a49673c6..e11779a69 100644
--- a/it/api-test/src/test/java/io/fd/hc2vpp/model/test/LeafRefContextTest.java
+++ b/it/api-test/src/test/java/io/fd/hc2vpp/model/test/LeafRefContextTest.java
@@ -30,7 +30,7 @@ import java.util.Set;
import java.util.stream.Collectors;
import javax.annotation.Nonnull;
import org.junit.Test;
-import org.opendaylight.yangtools.sal.binding.generator.impl.ModuleInfoBackedContext;
+import org.opendaylight.mdsal.binding.generator.impl.ModuleInfoBackedContext;
import org.opendaylight.yangtools.yang.binding.YangModelBindingProvider;
import org.opendaylight.yangtools.yang.binding.YangModuleInfo;
import org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext;