Release version 1.1.0 of sli/northbound
[ccsdk/sli/northbound.git] / features / ccsdk-sli-northbound-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>org.onap.ccsdk.parent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>2.1.0</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.onap.ccsdk.sli.northbound</groupId>
13     <artifactId>ccsdk-sli-northbound-all</artifactId>
14     <version>1.1.1-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>ccsdk-sli-northbound :: features :: ${project.artifactId}</name>
18
19     <properties>
20         <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
21     </properties>
22
23     <dependencies>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>ccsdk-asdcApi</artifactId>
27             <version>${project.version}</version>
28             <type>xml</type>
29             <classifier>features</classifier>
30         </dependency>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>ccsdk-dataChange</artifactId>
34             <version>${project.version}</version>
35             <type>xml</type>
36             <classifier>features</classifier>
37         </dependency>
38         <dependency>
39             <groupId>${project.groupId}</groupId>
40             <artifactId>ccsdk-lcm</artifactId>
41             <version>${project.version}</version>
42             <type>xml</type>
43             <classifier>features</classifier>
44         </dependency>
45
46     
47     </dependencies>
48 </project>