neutron: add neutron karaf4 feature 81/58981/9
authorIsaku Yamahata <isaku.yamahata@intel.com>
Wed, 14 Jun 2017 21:06:49 +0000 (14:06 -0700)
committerIsaku Yamahata <isaku.yamahata@intel.com>
Thu, 29 Jun 2017 21:57:10 +0000 (14:57 -0700)
Change-Id: I49956aa4b6841c69923cb2646a036627f2320ec0
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
artifacts/upstream/artifacts/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 719c7c979b30f6e00c72075091cca15a66294a84..d6734d3aab05d00d59caad6383563d50dceeb05e 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.neutron</groupId>
+                <artifactId>neutron-artifacts</artifactId>
+                <version>${neutron.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>restconf-artifacts</artifactId>
index 5c786c22f40dccbd21bc2d848ed4a89a991b48f6..c75c18f13d66cfd987eeb92d990402a2045189d6 100644 (file)
 
         <!-- FIXME: Add Mdsal -->
 
+        <!-- Neutron Northbound -->
+        <dependency>
+            <groupId>org.opendaylight.neutron</groupId>
+            <artifactId>features-neutron-service</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>
index b152fc32fa353587e8e040f8bed0b8e8e1ddd3d1..22c27c0b07a9f9345465af89216ea67290488029 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- Neutron Northbound -->
+        <dependency>
+            <groupId>org.opendaylight.neutron</groupId>
+            <artifactId>odl-neutron-service</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>