Add BOM for sli/northbound 25/74825/2
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Tue, 18 Dec 2018 15:10:35 +0000 (10:10 -0500)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Wed, 19 Dec 2018 09:48:18 +0000 (09:48 +0000)
Add BOM for sli/northbound for ease of dependency specification.

Change-Id: I53d91e9b6b22af2f0cd0049ea2c351143041963d
Issue-ID: CCSDK-856
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
artifacts/pom.xml [new file with mode: 0755]
pom.xml

diff --git a/artifacts/pom.xml b/artifacts/pom.xml
new file mode 100755 (executable)
index 0000000..2a8060e
--- /dev/null
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+
+       <groupId>org.onap.ccsdk.sli.northbound</groupId>
+       <artifactId>sli-northbound-artifacts</artifactId>
+       <version>0.4.0-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <name>ccsdk-sli-northbound :: sli-northbound-artifacts</name>
+       <description>CCSDK northbound components Bill of Materials (BOM)</description>
+       <url>https://wiki.onap.org</url>
+       <organization>
+               <name>ONAP</name>
+       </organization>
+       
+       <parent>
+           <groupId>org.onap.ccsdk.parent</groupId>
+           <artifactId>parent</artifactId>
+           <version>1.2.0-SNAPSHOT</version>   
+       </parent>
+       
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>ccsdk-asdcApi</artifactId>
+                               <version>${project.version}</version>
+                               <type>xml</type>
+                               <classifier>feature</classifier>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>ccsdk-dataChange</artifactId>
+                               <version>${project.version}</version>
+                               <type>xml</type>
+                               <classifier>feature</classifier>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>ccsdk-lcm</artifactId>
+                               <version>${project.version}</version>
+                               <type>xml</type>
+                               <classifier>feature</classifier>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>asdcApi-model</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>asdcApi-provider</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>asdcApi-installer</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>dataChange-model</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>dataChange-provider</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>dataChange-installer</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>lcm-model</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>lcm-provider</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.onap.ccsdk.sli.northbound</groupId>
+                               <artifactId>lcm-installer</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+
+</project>
diff --git a/pom.xml b/pom.xml
index 2a1c958..af81f47 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <module>dmaap-listener</module>
                <module>ueb-listener</module>
                <module>features</module>
+               <module>artifacts</module>
        </modules>
        <organization>
                <name>ONAP</name>