features for alto
authorEmiapwil (Gao Kai) <gaok12@mails.tsinghua.edu.cn>
Thu, 14 May 2015 13:57:04 +0000 (21:57 +0800)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 20 May 2015 03:57:12 +0000 (03:57 +0000)
Change-Id: I06081517e7546844e62851c3d1ee3fdd5b5fcd63
Signed-off-by: Emiapwil (Gao Kai) <gaok12@mails.tsinghua.edu.cn>
features/index/pom.xml
features/index/src/main/resources/features.xml
features/test/src/main/resources/features.xml
pom.xml

index f17564ccedf21298e9a8784abbe65f4a9e84f210..adc0271e2c1b370bb9abd7a903228c8d6d17136c 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.alto</groupId>
+      <artifactId>features-alto</artifactId>
+      <version>0.1.0-SNAPSHOT</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
        <groupId>org.opendaylight.bgpcep</groupId>
        <artifactId>features-bgp</artifactId>
index 1c742beef73522c7a0b4546bb5622bb5032e77ee..07af4cf26d2b99c96d8df9278363bec82cc85184 100644 (file)
@@ -33,6 +33,7 @@
     <repository>mvn:org.opendaylight.aaa/features-aaa/0.2.0-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.aaa/features-aaa-authz/0.2.0-SNAPSHOT/xml/features</repository>
     <repository>mvn:org.opendaylight.aaa/features-aaa-api/0.2.0-SNAPSHOT/xml/features</repository>
+    <repository>mvn:org.opendaylight.alto/features-alto/${feature.alto.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-bgp/${feature.bgpcep.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-extras/${feature.bgpcep.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.bgpcep/features-pcep/${feature.bgpcep.version}/xml/features</repository>
index f30c00211330bdb80affcb0e34d021932d5df662..4911b59a80c06c8d49125d067c25a3e179894a34 100644 (file)
@@ -63,6 +63,7 @@
         <feature version='0.2.0-SNAPSHOT'>odl-aaa-netconf-plugin</feature>
         <feature version='0.2.0-SNAPSHOT'>odl-aaa-sssd-plugin</feature>
         <feature version='${feature.adsal.version}'>odl-adsal-all</feature>
+        <feature version='${feature.alto.version}'>odl-alto-integration-test</feature>
         <feature version='${feature.bgpcep.version}'>odl-bgpcep-bgp-all</feature>
         <feature version='${feature.bgpcep.version}'>odl-bgpcep-pcep-all</feature>
         <feature version='${feature.capwap.version}'>odl-capwap-ac-rest</feature>
diff --git a/pom.xml b/pom.xml
index 4a2b0b9a52ab1305f6bd0a4931dc8a2a5ba47d16..6e7e86a0c327a9e2e388363acf63581e98039fcd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
     <!-- Keep this list sorted alphabetically please -->
     <didm.version>0.1.0-SNAPSHOT</didm.version>
     <feature.adsal.version>0.9.0-SNAPSHOT</feature.adsal.version>
+    <feature.alto.version>0.1.0-SNAPSHOT</feature.alto.version>
     <feature.bgpcep.version>0.4.0-SNAPSHOT</feature.bgpcep.version>
     <feature.capwap.version>0.1.0-SNAPSHOT</feature.capwap.version>
     <feature.coretutorials.version>1.0.0-SNAPSHOT</feature.coretutorials.version>