blob: ad3ad808abc78275e0b9133bd0cc1d6e26f505d0 [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 Timoney24383fb2021-05-04 13:52:45 -040031 <version>2.1.4</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 Timoney89e06242021-05-07 16:13:22 -040037 <version>1.1.6-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>
63 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
64 <artifactId>sdnr-wt-common</artifactId>
65 <version>${project.version}</version>
66 <scope>provided</scope>
67 </dependency>
68 <dependency>
69 <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
Ravi Pendurty6e164bc2020-08-18 15:30:11 +020070 <artifactId>sdnr-wt-devicemanager-model</artifactId>
71 <version>${project.version}</version>
72 <scope>provided</scope>
73 </dependency>
74 <dependency>
75 <groupId>org.onap.ccsdk.features.sdnr.wt</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>
109 <dependency>
110 <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
111 <artifactId>dmaapClient</artifactId>
Ravi Pendurty23c27dd2020-06-16 11:23:52 +0200112 <version>1.1.12</version>
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500113 </dependency>
114 </dependencies>
herbert8fb01422020-01-30 11:46:02 +0100115
Singal, Kapil (ks220y)6ff6ed92020-02-03 09:31:39 -0500116 <build>
117 <resources>
118 <resource>
119 <directory>src/main/resources</directory>
120 <filtering>true</filtering>
121 </resource>
122 </resources>
123 </build>
herbert8fb01422020-01-30 11:46:02 +0100124</project>