Use specific models 37/74137/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 17:01:48 +0000 (19:01 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 18:23:53 +0000 (20:23 +0200)
Rather than pulling odl-mdsal-models, pull specific models we need.

JIRA: MDSAL-363
Change-Id: I581554a83cc373d5c75d1139a8c1162f5405619c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-lispflowmapping-models/pom.xml

index 93eb7fa0473dbfa4a13f741567229278e05d273c..30ec17785714a79f36acf5e8ec7dbd8fed3014fe 100644 (file)
@@ -39,7 +39,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>odl-mdsal-models</artifactId>
+      <artifactId>odl-mdsal-model-rfc6991</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.model</groupId>
+      <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>