BUG-9218: package yang-model-export 39/63839/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Sep 2017 10:03:45 +0000 (12:03 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Sep 2017 10:03:45 +0000 (12:03 +0200)
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>
features/odl-yangtools-yang-parser/pom.xml

index 1b0c65d5955f4df8938c19e9568aa958582ed51d..28fb01de59dd9c58d99d7950e9655832e5b6429a 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>
 
     <!--