Add features-restconf to mdsal-artifacts
authorEd Warnicke <eaw@cisco.com>
Tue, 3 Feb 2015 22:18:21 +0000 (15:18 -0700)
committerEd Warnicke <eaw@cisco.com>
Tue, 3 Feb 2015 22:18:21 +0000 (15:18 -0700)
Change-Id: I1919153b372d2b7323fb1179ad04f9d3a491b29f
Signed-off-by: Ed Warnicke <eaw@cisco.com>
opendaylight/md-sal/mdsal-artifacts/pom.xml

index 01a55e883eaf88622f65d6fbda74b7c89d020e78..f88e09cecba5b456e73b9ce25e6fc09efa74bc7c 100644 (file)
                 <type>xml</type>
                 <scope>runtime</scope>
             </dependency>
+            <dependency>
+              <groupId>${project.groupId}</groupId>
+              <artifactId>features-restconf</artifactId>
+              <version>${project.version}</version>
+              <classifier>features</classifier>
+              <type>xml</type>
+              <scope>runtime</scope>
+            </dependency>
 
             <!-- FIXME: move this into netconf-artifacts -->
             <dependency>
         </dependencies>
     </dependencyManagement>
 </project>
-