Add rfc7223/7224/7277 models 27/74227/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 19 Jul 2018 10:20:51 +0000 (12:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 19 Jul 2018 10:20:51 +0000 (12:20 +0200)
With sal-dom-broker no longer masking these, we need to specify
them as features.

Change-Id: Ia056266f6647513c406c1318e55100f0ae57f04a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-lispflowmapping-neutron/pom.xml

index 08ef34b43e65831c80bbbf2c9dfeef20d9cc3524..84fcba8538e355fd9c8300eadcad0767f5a6f4cb 100644 (file)
@@ -24,7 +24,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.mdsal.model</groupId>
+        <artifactId>mdsal-model-artifacts</artifactId>
+        <version>0.13.0-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>odl-mdsal-model-rfc7224</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>odl-mdsal-model-rfc7277</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>odl-neutron-service</artifactId>