Use SerializationUtils from sal-clustering-commons 48/47648/1
authorTom Pantelis <tpanteli@brocade.com>
Thu, 27 Oct 2016 01:39:48 +0000 (21:39 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 27 Oct 2016 01:41:49 +0000 (21:41 -0400)
THe SerializationUtils class has been moved from sal-distributed-datastore to
sal-clustering-commons by https://git.opendaylight.org/gerrit/#/c/47637/ so
change usages.

Change-Id: Id279d5c805a400b650cbe2fc8f714c0d1a0794a6
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
netconf/netconf-topology-singleton/pom.xml
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/messages/NormalizedNodeMessage.java

index 6c7f5570b0c00c477c36f95e323fc35c4659ee2a..861f745e7cb8acd49c8f6dfee7bf04216ed4c32a 100644 (file)
             <artifactId>akka-testkit_2.11</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-distributed-datastore</artifactId>
-        </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
index b4ede5bdbf5046c7388467523f50f618cf3b5289..a27089e6acf3b2368ccec3b6873ba064a1fe5633 100644 (file)
@@ -12,7 +12,7 @@ import java.io.Externalizable;
 import java.io.IOException;
 import java.io.ObjectInput;
 import java.io.ObjectOutput;
-import org.opendaylight.controller.cluster.datastore.utils.SerializationUtils;
+import org.opendaylight.controller.cluster.datastore.node.utils.stream.SerializationUtils;
 import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier;
 import org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode;