Add dependency on mdsal-binding-dom-codec 56/69156/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 6 Mar 2018 18:25:57 +0000 (19:25 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 7 Mar 2018 09:30:49 +0000 (10:30 +0100)
One of the upstreams has removed it, add it back.

Change-Id: I18e1d695c5dc2a7cb35a1a9ef95c434030c192c5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/messagebus-netconf/pom.xml

index 02b0daf2613ec6f4a7cce7c6b61ff28db7239166..f5b5954e0eb054a4b677703d557024db4827088d 100644 (file)
@@ -33,6 +33,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>2.5.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
@@ -87,6 +94,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <groupId>${project.groupId}</groupId>
             <artifactId>sal-netconf-connector</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-codec</artifactId>
+        </dependency>
 
         <!-- Testing Dependencies -->
         <dependency>