BUG-9218: package yang-model-export 38/64438/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Sep 2017 10:03:45 +0000 (12:03 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 18 Oct 2017 12:31:24 +0000 (12:31 +0000)
Downstreams are using this artifact and are actively packaging it
themselves. Fix this by including it with the parser.

Change-Id: If1c6752ac7dd64c933ea7a74ef0ba9ea10e87f1d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit da7d07bbbc98f8dd2893e3d2eaf43af818ff0b40)

features/odl-yangtools-yang-parser/pom.xml

index b6c24a6ca9d745f46e3cac73ce67b69e73939fa0..a4e6707cbe13847ac804fbf4a4bc22c9049cbff7 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-parser-impl</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>yang-model-export</artifactId>
+        </dependency>
     </dependencies>
 
     <!--