Lower odl-benchmark-api dependencies 76/74076/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 16 Jul 2018 18:04:23 +0000 (20:04 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Mon, 16 Jul 2018 21:50:35 +0000 (21:50 +0000)
We really do not need all the models, only yang-ext, hence pull
only odl-mdsal-binding-base.

Change-Id: Id2429038fbe5cdf2e3c82270e4d66211f72d0409
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/benchmark/odl-benchmark-api/pom.xml

index f4476a7184db396b17c02f57c48ff3ae49b6910c..3a537e9dd0e5f0fba75f8b67fd4726e9fe2a8e9b 100644 (file)
@@ -25,9 +25,9 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-models</artifactId>
-            <version>0.13.0-SNAPSHOT</version>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>odl-mdsal-binding-base</artifactId>
+            <version>2.5.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>