Use latest released parent pom
[ccsdk/features.git] / sdnr / wt / devicemanager-core / provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ ============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   -->
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.4.4</version>
33         <relativePath/>
34     </parent>
35
36     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37     <artifactId>sdnr-wt-devicemanager-core-provider</artifactId>
38     <version>1.4.1-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     </properties>
54
55     <dependencies>
56         <dependency>
57             <groupId>${project.groupId}</groupId>
58             <artifactId>sdnr-wt-devicemanager-core-model</artifactId>
59             <version>${project.version}</version>
60         </dependency>
61         <dependency>
62             <groupId>${project.groupId}</groupId>
63             <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
64             <version>${project.version}</version>
65             <scope>provided</scope>
66         </dependency>
67         <dependency>
68             <groupId>${project.groupId}</groupId>
69             <artifactId>sdnr-wt-data-provider-model</artifactId>
70             <version>${project.version}</version>
71             <scope>provided</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
75             <artifactId>sdnr-wt-websocketmanager-model</artifactId>
76             <version>${project.version}</version>
77             <scope>provided</scope>
78         </dependency>
79         <dependency>
80             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
81             <artifactId>sdnr-wt-common</artifactId>
82             <version>${project.version}</version>
83             <scope>provided</scope>
84         </dependency>
85         <dependency>
86             <groupId>org.osgi</groupId>
87             <artifactId>org.osgi.core</artifactId>
88            <scope>provided</scope>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.mdsal.model</groupId>
92             <artifactId>ietf-topology</artifactId>
93             <scope>provided</scope>
94         </dependency>
95         <dependency>
96             <groupId>org.opendaylight.netconf</groupId>
97             <artifactId>sal-netconf-connector</artifactId>
98             <scope>provided</scope>
99         </dependency>
100         <dependency>
101             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
102             <artifactId>rfc6991-ietf-yang-types</artifactId>
103             <scope>provided</scope>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.mdsal</groupId>
107             <artifactId>yang-binding</artifactId>
108             <scope>provided</scope>
109         </dependency>
110         <dependency>
111             <groupId>org.opendaylight.mdsal</groupId>
112             <artifactId>mdsal-singleton-common-api</artifactId>
113             <scope>provided</scope>
114         </dependency>
115         <dependency>
116             <groupId>org.json</groupId>
117             <artifactId>json</artifactId>
118             <scope>provided</scope>
119         </dependency>
120         <dependency>
121             <groupId>com.typesafe</groupId>
122             <artifactId>config</artifactId>
123             <scope>provided</scope>
124         </dependency>
125         <dependency>
126             <groupId>org.osgi</groupId>
127             <artifactId>org.osgi.compendium</artifactId>
128             <scope>provided</scope>
129         </dependency>
130         <dependency>
131             <groupId>org.apache.commons</groupId>
132             <artifactId>commons-lang3</artifactId>
133             <scope>provided</scope>
134         </dependency>
135         <dependency>
136             <groupId>com.fasterxml.jackson.core</groupId>
137             <artifactId>jackson-core</artifactId>
138             <scope>provided</scope>
139         </dependency>
140         <dependency>
141             <groupId>com.fasterxml.jackson.core</groupId>
142             <artifactId>jackson-annotations</artifactId>
143             <scope>provided</scope>
144         </dependency>
145         <dependency>
146             <groupId>com.fasterxml.jackson.core</groupId>
147             <artifactId>jackson-databind</artifactId>
148             <scope>provided</scope>
149         </dependency>
150         <dependency>
151             <groupId>javax.xml.bind</groupId>
152             <artifactId>jaxb-api</artifactId>
153             <scope>provided</scope>
154         </dependency>
155         <dependency>
156             <groupId>org.glassfish.jaxb</groupId>
157             <artifactId>jaxb-runtime</artifactId>
158             <scope>provided</scope>
159         </dependency>
160         <dependency>
161                         <groupId>com.google.code.findbugs</groupId>
162                         <artifactId>annotations</artifactId>
163                         <scope>provided</scope>
164                 </dependency>
165         <!-- begin for testing -->
166         <dependency>
167             <groupId>org.mockito</groupId>
168             <artifactId>mockito-core</artifactId>
169             <scope>test</scope>
170         </dependency>
171         <dependency>
172             <groupId>javax.servlet</groupId>
173             <artifactId>javax.servlet-api</artifactId>
174             <scope>test</scope>
175         </dependency>
176         <!-- end for testing -->
177     </dependencies>
178
179     <build>
180         <resources>
181             <resource>
182                 <directory>src/main/resources</directory>
183                 <filtering>true</filtering>
184             </resource>
185         </resources>
186         <plugins>
187             <plugin>
188                 <groupId>org.jacoco</groupId>
189                 <artifactId>jacoco-maven-plugin</artifactId>
190                 <configuration>
191                     <excludes>
192                         <exclude>**/gen/**</exclude>
193                         <exclude>**/generated-sources/**</exclude>
194                         <exclude>**/yang-gen-sal/**</exclude>
195                         <exclude>**/pax/**</exclude>
196                     </excludes>
197                 </configuration>
198             </plugin>
199         </plugins>
200     </build>
201 </project>