396d93b255717d1acb8c2b1209541608de5a4959
[oam.git] / features / parent / binding-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ################################################################################
4 # Copyright 2019 highstreet technologies and others
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 -->
19 <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">
20   <modelVersion>4.0.0</modelVersion>
21
22   <parent>
23     <groupId>org.onap.ccsdk.parent</groupId>
24     <artifactId>binding-parent</artifactId>
25     <version>1.5.2</version>
26     <relativePath />
27   </parent>
28
29   <groupId>org.o-ran-sc.oam.features.parent</groupId>
30   <artifactId>binding-parent</artifactId>
31   <version>0.7.1-SNAPSHOT</version>
32   <packaging>pom</packaging>
33
34   <name>o-ran-sc features binding-parent</name>
35
36   <dependencyManagement>
37     <dependencies>
38       <dependency>
39         <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
40         <artifactId>sdnr-wt-devicemanager-model</artifactId>
41         <version>0.7.1</version>
42         <scope>provided</scope>
43       </dependency>
44       <dependency>
45         <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
46         <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
47         <version>0.7.1</version>
48         <scope>provided</scope>
49       </dependency>
50     </dependencies>
51   </dependencyManagement>
52
53   <repositories>
54     <repository>
55       <id>onap-public</id>
56       <url>https://nexus.onap.org/content/groups/public/</url>
57       <releases>
58         <enabled>true</enabled>
59         <updatePolicy>never</updatePolicy>
60       </releases>
61       <snapshots>
62         <enabled>true</enabled>
63         <updatePolicy>always</updatePolicy>
64       </snapshots>
65     </repository>
66     <repository>
67       <id>onap-staging</id>
68       <url>https://nexus.onap.org/content/groups/staging/</url>
69       <releases>
70         <enabled>true</enabled>
71         <updatePolicy>never</updatePolicy>
72       </releases>
73       <snapshots>
74         <enabled>true</enabled>
75         <updatePolicy>always</updatePolicy>
76       </snapshots>
77     </repository>
78     <repository>
79       <id>ecomp-release</id>
80       <name>onap-repository-releases</name>
81       <url>https://nexus.onap.org/content/repositories/releases/</url>
82       <releases>
83         <enabled>true</enabled>
84         <updatePolicy>never</updatePolicy>
85       </releases>
86       <snapshots>
87         <enabled>false</enabled>
88       </snapshots>
89     </repository>
90     <repository>
91       <id>ecomp-snapshot</id>
92       <name>onap-repository-snapshots</name>
93       <url>https://nexus.onap.org/content/repositories/snapshots/</url>
94       <releases>
95         <enabled>false</enabled>
96       </releases>
97       <snapshots>
98         <enabled>true</enabled>
99       </snapshots>
100     </repository>
101   </repositories>
102
103 </project>