blob: 9bc1530b32745a010861a4578b90bfe7345a4508 [file] [log] [blame]
herbert8fb01422020-01-30 11:46:02 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -05003 ~ ============LICENSE_START=======================================================
4 ~ ONAP : ccsdk features
5 ~ ================================================================================
6 ~ Copyright (C) 2019 highstreet technologies GmbH Intellectual Property.
7 ~ All rights reserved.
8 ~ ================================================================================
9 ~ Update Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
10 ~ ================================================================================
11 ~ Licensed under the Apache License, Version 2.0 (the "License");
12 ~ you may not use this file except in compliance with the License.
13 ~ You may obtain a copy of the License at
14 ~
15 ~ http://www.apache.org/licenses/LICENSE-2.0
16 ~
17 ~ Unless required by applicable law or agreed to in writing, software
18 ~ distributed under the License is distributed on an "AS IS" BASIS,
19 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 ~ See the License for the specific language governing permissions and
21 ~ limitations under the License.
22 ~ ============LICENSE_END=======================================================
23 ~
24 -->
herbert8fb01422020-01-30 11:46:02 +010025<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">
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050026 <modelVersion>4.0.0</modelVersion>
herbert8fb01422020-01-30 11:46:02 +010027
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050028 <parent>
29 <groupId>org.onap.ccsdk.parent</groupId>
30 <artifactId>binding-parent</artifactId>
Dan Timoneycea47222022-07-15 11:30:49 -040031 <version>2.4.0</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050032 <relativePath/>
33 </parent>
herbert8fb01422020-01-30 11:46:02 +010034
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050035 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
36 <artifactId>sdnr-wt-mountpoint-state-provider-provider</artifactId>
Dan Timoneyd9e14352022-04-01 09:09:45 -040037 <version>1.4.0-SNAPSHOT</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050038 <packaging>bundle</packaging>
herbert8fb01422020-01-30 11:46:02 +010039
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050040 <name>ccsdk-features :: ${project.artifactId}</name>
41 <licenses>
42 <license>
43 <name>Apache License, Version 2.0</name>
44 <url>http://www.apache.org/licenses/LICENSE-2.0</url>
45 </license>
46 </licenses>
herbert8fb01422020-01-30 11:46:02 +010047
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050048 <properties>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050049 <maven.javadoc.skip>true</maven.javadoc.skip>
50 <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
51 <buildtime>${maven.build.timestamp} UTC</buildtime>
52 </properties>
herbert8fb01422020-01-30 11:46:02 +010053
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050054 <dependencies>
55 <!-- begin for testing -->
56 <dependency>
57 <groupId>org.mockito</groupId>
58 <artifactId>mockito-core</artifactId>
59 <scope>test</scope>
60 </dependency>
61 <!-- end for testing -->
62 <dependency>
Ravi Pendurtycaaf7cf2021-05-18 09:47:00 +053063 <groupId>${project.groupId}</groupId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050064 <artifactId>sdnr-wt-common</artifactId>
65 <version>${project.version}</version>
66 <scope>provided</scope>
67 </dependency>
68 <dependency>
Ravi Pendurtycaaf7cf2021-05-18 09:47:00 +053069 <groupId>${project.groupId}</groupId>
70 <artifactId>sdnr-wt-devicemanager-core-model</artifactId>
Ravi Pendurty6e164bc2020-08-18 15:30:11 +020071 <version>${project.version}</version>
72 <scope>provided</scope>
73 </dependency>
74 <dependency>
Ravi Pendurtycaaf7cf2021-05-18 09:47:00 +053075 <groupId>${project.groupId}</groupId>
Ravi Pendurty23c27dd2020-06-16 11:23:52 +020076 <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -050077 <version>${project.version}</version>
78 </dependency>
79 <dependency>
80 <groupId>org.osgi</groupId>
81 <artifactId>org.osgi.core</artifactId>
82 <scope>provided</scope>
83 </dependency>
84 <dependency>
85 <groupId>org.opendaylight.netconf</groupId>
86 <artifactId>sal-netconf-connector</artifactId>
87 <scope>provided</scope>
88 </dependency>
89 <dependency>
90 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
91 <artifactId>rfc6991-ietf-yang-types</artifactId>
92 <scope>provided</scope>
93 </dependency>
94 <dependency>
95 <groupId>org.opendaylight.mdsal</groupId>
96 <artifactId>yang-binding</artifactId>
97 <scope>provided</scope>
98 </dependency>
99 <dependency>
100 <groupId>org.opendaylight.mdsal</groupId>
101 <artifactId>mdsal-singleton-common-api</artifactId>
102 <scope>provided</scope>
103 </dependency>
104 <dependency>
105 <groupId>org.osgi</groupId>
106 <artifactId>org.osgi.compendium</artifactId>
107 <scope>provided</scope>
108 </dependency>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500109 </dependencies>
herbert8fb01422020-01-30 11:46:02 +0100110
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500111 <build>
112 <resources>
113 <resource>
114 <directory>src/main/resources</directory>
115 <filtering>true</filtering>
116 </resource>
117 </resources>
118 </build>
herbert8fb01422020-01-30 11:46:02 +0100119</project>