6ab5343f7c0c503a04598c7b2b6279fa2c575f99
[nonrtric.git] / sdnc-a1-controller / northbound / features / features-sdnc-northbound / 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         <repositories>
6                 <repository>
7                         <id>onap-releases</id>
8                         <name>onap-releases</name>
9                         <url>https://nexus.onap.org/content/repositories/releases/</url>
10                 </repository>
11         </repositories>
12
13     <parent>
14         <groupId>org.onap.ccsdk.parent</groupId>
15         <artifactId>feature-repo-parent</artifactId>
16         <version>1.4.3</version>
17         <relativePath/>
18     </parent>
19
20     <groupId>org.onap.sdnc.northbound</groupId>
21     <artifactId>features-sdnc-northbound</artifactId>
22     <version>1.7.3-SNAPSHOT</version>
23     <packaging>feature</packaging>
24
25     <name>sdnc-northbound :: features :: ${project.artifactId}</name>
26
27     <dependencies>
28         <dependency>
29             <groupId>${project.groupId}</groupId>
30             <artifactId>sdnc-northbound-all</artifactId>
31             <version>${project.version}</version>
32             <type>xml</type>
33             <classifier>features</classifier>
34         </dependency>
35
36     </dependencies>
37 </project>