CLeaning up moved modules and running mvn tidy:pom
[sdnc/northbound.git] / features / sdnc-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.2.0-SNAPSHOT</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.onap.sdnc.northbound</groupId>
13     <artifactId>sdnc-northbound-all</artifactId>
14     <version>2.2.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <name>sdnc-northbound :: features :: ${project.artifactId}</name>
18
19     <dependencyManagement>
20         <dependencies>
21             <dependency>
22                 <groupId>org.onap.ccsdk.sli.core</groupId>
23                 <artifactId>sli-core-artifacts</artifactId>
24                 <version>${ccsdk.sli.version}</version>
25                 <type>pom</type>
26                 <scope>import</scope>
27             </dependency>
28         </dependencies>
29     </dependencyManagement>
30     <dependencies>
31         <dependency>
32             <groupId>${project.groupId}</groupId>
33             <artifactId>sdnc-generic-resource-api</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>sdnc-optical-service</artifactId>
41             <version>${project.version}</version>
42             <type>xml</type>
43             <classifier>features</classifier>
44         </dependency>
45         <dependency>
46             <groupId>${project.groupId}</groupId>
47             <artifactId>sdnc-vnftools</artifactId>
48             <version>${project.version}</version>
49             <type>xml</type>
50             <classifier>features</classifier>
51         </dependency>
52     </dependencies>
53 </project>