Remove references to sal-common-impl 34/88934/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Apr 2020 11:25:15 +0000 (13:25 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 6 Apr 2020 17:08:00 +0000 (17:08 +0000)
We do not need anything from sal-common-impl, remove references
to it.

Change-Id: If99a707c8d3be10d3a491aff1d1564f14727926a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit dd39734d10f26749ec82835432b1dab3e37f7c3f)

netconf/sal-netconf-connector/pom.xml
netconf/sal-netconf-connector/src/test/java/org/opendaylight/netconf/sal/connect/netconf/sal/tx/ReadOnlyTxTest.java
restconf/restconf-nb-rfc8040/pom.xml

index cf958fedff73ef3b82c37a1dde64f44859b003b9..8a5a4632d02077e78a762c800aa8d43827725431 100644 (file)
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-common-impl</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-core</artifactId>
index 9236279dc44541764eb2523f73f550ce7c70d375..a14c3a39e34d20f02802a520d28bd4763d86b904 100644 (file)
@@ -19,7 +19,6 @@ import org.junit.Test;
 import org.mockito.Mock;
 import org.mockito.Mockito;
 import org.mockito.MockitoAnnotations;
-import org.opendaylight.controller.md.sal.common.impl.util.compat.DataNormalizationException;
 import org.opendaylight.mdsal.common.api.LogicalDatastoreType;
 import org.opendaylight.mdsal.dom.api.DOMRpcService;
 import org.opendaylight.mdsal.dom.spi.DefaultDOMRpcResult;
@@ -42,7 +41,7 @@ public class ReadOnlyTxTest {
     private NormalizedNode<?, ?> mockedNode;
 
     @Before
-    public void setUp() throws DataNormalizationException {
+    public void setUp() {
         MockitoAnnotations.initMocks(this);
         doReturn(FluentFutures.immediateFluentFuture(new DefaultDOMRpcResult(mockedNode))).when(rpc)
                 .invokeRpc(any(SchemaPath.class), any(NormalizedNode.class));
index 32c2be24fb9391751859ac134948dadb8164def3..cff22219b239c50a2d1fef9bfc00532a5a85dfd0 100644 (file)
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-dom-spi</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-common-impl</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-common-util</artifactId>