Fix for features - added missing dependency 06/10306/1
authorEd Warnicke <eaw@cisco.com>
Tue, 26 Aug 2014 12:02:12 +0000 (07:02 -0500)
committerEd Warnicke <eaw@cisco.com>
Tue, 26 Aug 2014 12:02:12 +0000 (07:02 -0500)
There was a missing dependency in the features/pom.xml
In some circumstances, it was causing downstream breakage.
This patch fixes that.

Change-Id: I8d2c98b4812084dd131055bcecbb57a4871c09ba
Signed-off-by: Ed Warnicke <eaw@cisco.com>
common/features/pom.xml
common/parent/pom.xml

index 4fe4b110c25aee5520cad789b7cfb49dd2634009..a3de6e5b7832a94e6cc4e3ac11d797e515ed075d 100644 (file)
        <groupId>org.opendaylight.yangtools</groupId>
        <artifactId>restconf-common</artifactId>
      </dependency>
+     <dependency>
+       <groupId>org.opendaylight.yangtools</groupId>
+       <artifactId>binding-data-codec</artifactId>
+     </dependency>
      <dependency>
        <groupId>org.opendaylight.yangtools.thirdparty</groupId>
        <artifactId>xtend-lib-osgi</artifactId>
index ec653a59b435d40429c99f1a847300f729591919..76a2e108758cf89682fafd6efd46cbcd4975a98e 100644 (file)
               <artifactId>yang-data-operations</artifactId>
               <version>${project.version}</version>
             </dependency>
+            <dependency>
+              <groupId>org.opendaylight.yangtools</groupId>
+              <artifactId>binding-data-codec</artifactId>
+              <version>${project.version}</version>
+            </dependency>
             <dependency>
               <groupId>org.opendaylight.yangtools</groupId>
               <artifactId>features-test</artifactId>