BUG-9218: package controller inventory model
[controller.git] / opendaylight / md-sal / mdsal-artifacts / pom.xml
index 01a55e883eaf88622f65d6fbda74b7c89d020e78..7a48c9aa198ff2a11b63009a767b00f8ca40e855 100644 (file)
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>2.0.5</version>
+        <relativePath/>
+    </parent>
+
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-artifacts</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
         <dependencies>
             <!-- Core API/implementation -->
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>sal-common</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>sal-common-api</artifactId>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-binding-config</artifactId>
+                <artifactId>sal-binding-util</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-binding-util</artifactId>
+                <artifactId>sal-connector-api</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-connector-api</artifactId>
+                <artifactId>sal-inmemory-datastore</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-inmemory-datastore</artifactId>
+                <artifactId>sal-dom-config</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>sal-dom-broker-config</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>sal-binding-config</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <artifactId>md-sal-config</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>sal-schema-service</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>mdsal-trace-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>mdsal-trace-dom-impl</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>mdsal-trace-binding-impl</artifactId>
+                <version>${project.version}</version>
+            </dependency>
 
             <!-- Test support -->
             <dependency>
                 <type>xml</type>
                 <scope>runtime</scope>
             </dependency>
-
-            <!-- FIXME: move this into netconf-artifacts -->
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>sal-netconf-connector</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-
-            <!-- FIXME: These below need splitting up -->
-
-            <!-- AD-SAL compatibility -->
             <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>sal-compatibility</artifactId>
-                <version>${project.version}</version>
+              <groupId>${project.groupId}</groupId>
+              <artifactId>features-restconf</artifactId>
+              <version>${project.version}</version>
+              <classifier>features</classifier>
+              <type>xml</type>
+              <scope>runtime</scope>
             </dependency>
 
             <!-- Base model augmentations -->
                 <artifactId>sal-clustering-commons</artifactId>
                 <version>${project.version}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>sal-clustering-commons</artifactId>
+                <version>${project.version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>sal-clustering-config</artifactId>
                 <artifactId>sal-remoterpc-connector</artifactId>
                 <version>${project.version}</version>
             </dependency>
-
-            <!-- OpenFlow stuff -->
             <dependency>
-                <groupId>org.opendaylight.controller.md</groupId>
-                <artifactId>forwardingrules-manager</artifactId>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-akka-raft</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.md</groupId>
-                <artifactId>inventory-manager</artifactId>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-akka-raft</artifactId>
+                <version>${project.version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-akka-raft-example</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.md</groupId>
-                <artifactId>statistics-manager</artifactId>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-access-api</artifactId>
+                <version>1.3.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-access-client</artifactId>
+                <version>1.3.0-SNAPSHOT</version>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-access-client</artifactId>
+                <version>1.3.0-SNAPSHOT</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-cluster-admin-api</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.md</groupId>
-                <artifactId>topology-lldp-discovery</artifactId>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>sal-cluster-admin-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.md</groupId>
-                <artifactId>topology-manager</artifactId>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>cds-dom-api</artifactId>
+                <version>1.3.0-SNAPSHOT</version>
+            </dependency>
+
+            <!-- Toaster -->
+            <dependency>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>sample-toaster</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.model</groupId>
-                <artifactId>model-flow-base</artifactId>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>sample-toaster-consumer</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.model</groupId>
-                <artifactId>model-flow-service</artifactId>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>sample-toaster-provider</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.model</groupId>
-                <artifactId>model-flow-statistics</artifactId>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>toaster-config</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>features-flow</artifactId>
+                <groupId>org.opendaylight.controller.samples</groupId>
+                <artifactId>features-toaster</artifactId>
                 <version>${project.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
                 <scope>runtime</scope>
             </dependency>
 
-            <!-- RESTCONF -->
+            <!-- MessageBus -->
             <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>sal-remote</artifactId>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>messagebus-api</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-connector</artifactId>
+                <artifactId>messagebus-spi</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-connector-config</artifactId>
+                <artifactId>messagebus-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-restconf-broker</artifactId>
+                <artifactId>messagebus-util</artifactId>
                 <version>${project.version}</version>
             </dependency>
+
+            <!-- Features -->
             <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-docgen</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-broker</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>sal-rest-docgen-maven</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-broker-local</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
-
-            <!-- Toaster -->
             <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>sample-toaster</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-clustering</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>sample-toaster-consumer</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-clustering-commons</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>sample-toaster-provider</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-common</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>toaster-config</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-distributed-datastore</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
-                <groupId>org.opendaylight.controller.samples</groupId>
-                <artifactId>features-toaster</artifactId>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>odl-mdsal-remoterpc-connector</artifactId>
                 <version>${project.version}</version>
-                <classifier>features</classifier>
                 <type>xml</type>
-                <scope>runtime</scope>
+                <classifier>features</classifier>
             </dependency>
-
-            <!-- XSQL support -->
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-dom-xsql</artifactId>
+                <artifactId>odl-message-bus-collector</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-karaf-xsql</artifactId>
+                <artifactId>odl-mdsal-model-inventory</artifactId>
                 <version>${project.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>sal-dom-xsql-config</artifactId>
+                <artifactId>odl-toaster</artifactId>
                 <version>${project.version}</version>
-                <classifier>config</classifier>
                 <type>xml</type>
+                <classifier>features</classifier>
             </dependency>
 
         </dependencies>
     </dependencyManagement>
 </project>
-