Merge "Fix mdsal-netconf-connector dependencies" into stable/neon
authorRobert Varga <nite@hq.sk>
Thu, 16 May 2019 14:15:35 +0000 (14:15 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 16 May 2019 14:15:35 +0000 (14:15 +0000)
1  2 
netconf/mdsal-netconf-connector/pom.xml

index 9e32defce454e9e62e54b6df51309901c7cbb1aa,d5461328d0171fda90a6c234a430a778ad0bcf59..528fbc3d48ce695a41f1b023918ac5d7f657bef6
@@@ -54,8 -54,8 +54,8 @@@
      </dependency>
  
      <dependency>
 -      <groupId>org.opendaylight.controller</groupId>
 -      <artifactId>sal-core-api</artifactId>
 +      <groupId>org.opendaylight.mdsal</groupId>
 +      <artifactId>mdsal-dom-api</artifactId>
      </dependency>
      <dependency>
        <groupId>org.opendaylight.yangtools</groupId>
        <artifactId>ietf-netconf</artifactId>
      </dependency>
      <dependency>
-       <groupId>org.opendaylight.controller</groupId>
-       <artifactId>sal-broker-impl</artifactId>
+       <groupId>org.opendaylight.mdsal</groupId>
+       <artifactId>mdsal-dom-broker</artifactId>
+       <scope>test</scope>
+     </dependency>
+     <dependency>
+       <groupId>org.opendaylight.mdsal</groupId>
+       <artifactId>mdsal-dom-inmemory-datastore</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>