Use released Oslo/Potassium parent poms
[ccsdk/features.git] / sdnr / wt / devicemanager-onap / onf14 / provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ ============LICENSE_START=======================================================
4   ~ ONAP : ccsdk features
5   ~ ================================================================================
6   ~ Copyright (C) 2020 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   -->
25
26 <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">
27     <modelVersion>4.0.0</modelVersion>
28
29     <parent>
30         <groupId>org.onap.ccsdk.parent</groupId>
31         <artifactId>binding-parent</artifactId>
32         <version>2.8.0</version>
33         <relativePath/>
34     </parent>
35
36     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37     <artifactId>sdnr-wt-devicemanager-onap-onf14-provider</artifactId>
38     <version>1.8.0-SNAPSHOT</version>
39     <packaging>bundle</packaging>
40
41     <name>ccsdk-features :: ${project.artifactId}</name>
42     <licenses>
43         <license>
44             <name>Apache License, Version 2.0</name>
45             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
46         </license>
47     </licenses>
48
49     <properties>
50         <maven.javadoc.skip>true</maven.javadoc.skip>
51         <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
52         <buildtime>${maven.build.timestamp} UTC</buildtime>
53         <databaseport>49400</databaseport>
54     </properties>
55
56     <dependencies>
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>sdnr-wt-devicemanager-onap-onf14-model</artifactId>
60             <version>${project.version}</version>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>sdnr-wt-devicemanager-core-model</artifactId>
65             <version>${project.version}</version>
66             <scope>provided</scope>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>sdnr-wt-websocketmanager-model</artifactId>
71             <version>${project.version}</version>
72             <scope>provided</scope>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>sdnr-wt-data-provider-model</artifactId>
77             <version>${project.version}</version>
78             <scope>provided</scope>
79         </dependency>
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>sdnr-wt-common</artifactId>
83             <version>${project.version}</version>
84             <scope>provided</scope>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.mdsal</groupId>
88             <artifactId>mdsal-binding-dom-codec-api</artifactId>
89             <scope>provided</scope>
90         </dependency>
91         <dependency>
92             <groupId>${project.groupId}</groupId>
93             <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
94             <version>${project.version}</version>
95             <scope>provided</scope>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.mdsal</groupId>
99             <artifactId>mdsal-singleton-common-api</artifactId>
100             <scope>provided</scope>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
104             <artifactId>rfc6991-ietf-yang-types</artifactId>
105             <scope>provided</scope>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.mdsal.model</groupId>
109             <artifactId>ietf-topology</artifactId>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.mdsal</groupId>
113             <artifactId>mdsal-common-api</artifactId>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.mdsal</groupId>
117             <artifactId>mdsal-dom-api</artifactId>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.mdsal</groupId>
121             <artifactId>mdsal-binding-api</artifactId>
122         </dependency>
123         <dependency>
124             <groupId>org.opendaylight.netconf.model</groupId>
125             <artifactId>rfc5277</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.yangtools</groupId>
129             <artifactId>yang-data-codec-binfmt</artifactId>
130         </dependency>
131         <!-- begin for testing -->
132         <dependency>
133             <groupId>org.mockito</groupId>
134             <artifactId>mockito-core</artifactId>
135             <scope>test</scope>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.yangtools</groupId>
139             <artifactId>yang-model-util</artifactId>
140             <scope>test</scope>
141         </dependency>
142          <dependency>
143             <groupId>org.opendaylight.yangtools</groupId>
144             <artifactId>yang-parser-api</artifactId>
145             <scope>test</scope>
146         </dependency>
147         <dependency>
148             <groupId>org.opendaylight.yangtools</groupId>
149             <artifactId>yang-data-codec-gson</artifactId>
150             <scope>test</scope>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.yangtools</groupId>
154             <artifactId>yang-data-codec-xml</artifactId>
155             <scope>test</scope>
156         </dependency>
157         <dependency>
158             <groupId>org.opendaylight.netconf</groupId>
159             <artifactId>netconf-topology</artifactId>
160             <scope>test</scope>
161         </dependency>
162
163         <!-- end for testing -->
164     </dependencies>
165
166     <build>
167         <resources>
168             <resource>
169                 <directory>src/main/resources</directory>
170                 <filtering>true</filtering>
171             </resource>
172         </resources>
173         <plugins>
174         </plugins>
175     </build>
176 </project>