adding new dluxapps dependencies for YangUI 57/55057/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 14 Apr 2017 15:13:16 +0000 (17:13 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 20 Apr 2017 16:10:04 +0000 (18:10 +0200)
This is following Dhruv's comment on Patch Set 8 on the renderer push
https://git.opendaylight.org/gerrit/#/c/52986/
I found on Nexus that YangUI was moved from Dlux to Dluxapps
https://wiki.opendaylight.org/view/Project_Proposals:DluxApps
https://nexus.opendaylight.org/#nexus-search;quick~dluxapps

Change-Id: I8d318a8a824edbe6d69d1d73f968e9328922e826
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
features/pom.xml
features/src/main/features/features.xml

index 0364aaf5a1d946daedd60f18802a004a97b66a18..5197804691ee596b1953affc275de9e7c2aa01de 100644 (file)
@@ -55,6 +55,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <type>pom</type>
         <scope>import</scope>
       </dependency>
+      <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>yangui-bundle</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>yangui-module</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>odl-dluxapps-yangutils</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>odl-dluxapps-yangvisualizer</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>odl-dluxapps-yangman</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>odl-dluxapps-topology</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+          <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>odl-dluxapps-applications</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
+       <dependency>
+         <groupId>org.opendaylight.dluxapps</groupId>
+          <artifactId>odl-dluxapps-nodes</artifactId>
+          <version>${dlux.version}</version>
+          <type>pom</type>
+          <scope>import</scope>
+       </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -96,6 +152,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.dluxapps</groupId>
+      <artifactId>features-dluxapps</artifactId>
+      <classifier>features</classifier>
+      <version>${dlux.version}</version>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-netconf</artifactId>
index 9d57336fa6a04548e498d007e6d6fe794883ded5..4b333315511d54f30d0111dfc4ecd6b542195067 100644 (file)
@@ -15,6 +15,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
+  <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-netconf/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository>
   <feature name='odl-transportpce-api' version='${project.version}' description='OpenDaylight :: transportpce :: api'>