BUG-648: include yangtools.util package
authorRobert Varga <rovarga@cisco.com>
Wed, 28 May 2014 17:02:01 +0000 (19:02 +0200)
committerRobert Varga <rovarga@cisco.com>
Thu, 29 May 2014 09:26:15 +0000 (11:26 +0200)
This include yangtools.util, which will hold various utility classes.
First of which is MapAdaptor, needed to solve the 'copying hashmaps'
problem.

Change-Id: Ifdb7709e1b83d07d1e96832954987072f82274ae
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-dom-broker/pom.xml

index f73ee5c285100511562c810a7d5897923e867b68..456af8353bd8610ac7a41047a34abe666f1b770d 100644 (file)
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-core-spi</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>util</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-data-impl</artifactId>