Rename binding-lib
[yangtools.git] / artifacts / pom.xml
index 549e0c0e980ac51dd00cc547092ec6591224ddde..b608c6d6df35a8e140fb58fe07eee0ccd3cdf343 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>13.1.3</version>
+      <version>14.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
                 <version>14.0.0-SNAPSHOT</version>
             </dependency>
 
+            <!-- YANG Java Binding -->
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-codegen</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-data-codec-api</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-data-codec-dynamic</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <!--dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-data-codec-osgi</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency-->
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-data-codec-spi</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-model-api</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-model-ri</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-parent</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-ri</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-runtime-api</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-runtime-dynamic</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <!--dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-runtime-osgi</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency-->
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-runtime-spi</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-spec</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-test-model</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>binding-util</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.yangtools</groupId>
+                <artifactId>yang-ext</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+            </dependency>
+
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
             </dependency>
 
             <!-- Stable features -->
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-bytebuddy</artifactId>
+                <version>14.0.0-SNAPSHOT</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>