1 <?xml version="1.0" encoding="UTF-8"?>
3 ################################################################################
4 # Copyright 2019 highstreet technologies and others
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
10 # http://www.apache.org/licenses/LICENSE-2.0
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.
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>
23 <groupId>org.onap.ccsdk.parent</groupId>
24 <artifactId>binding-parent</artifactId>
25 <version>1.5.2</version>
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>
34 <name>o-ran-sc features binding-parent</name>
36 <dependencyManagement>
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>
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>
51 </dependencyManagement>
56 <url>https://nexus.onap.org/content/groups/public/</url>
58 <enabled>true</enabled>
59 <updatePolicy>never</updatePolicy>
62 <enabled>true</enabled>
63 <updatePolicy>always</updatePolicy>
68 <url>https://nexus.onap.org/content/groups/staging/</url>
70 <enabled>true</enabled>
71 <updatePolicy>never</updatePolicy>
74 <enabled>true</enabled>
75 <updatePolicy>always</updatePolicy>
79 <id>ecomp-release</id>
80 <name>onap-repository-releases</name>
81 <url>https://nexus.onap.org/content/repositories/releases/</url>
83 <enabled>true</enabled>
84 <updatePolicy>never</updatePolicy>
87 <enabled>false</enabled>
91 <id>ecomp-snapshot</id>
92 <name>onap-repository-snapshots</name>
93 <url>https://nexus.onap.org/content/repositories/snapshots/</url>
95 <enabled>false</enabled>
98 <enabled>true</enabled>