Reorganization of devicemanager directory structure
[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.2.0-SNAPSHOT</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.2.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     </properties>
54
55     <dependencies>
56         <!-- begin for testing -->
57         <dependency>
58             <groupId>org.mockito</groupId>
59             <artifactId>mockito-core</artifactId>
60             <scope>test</scope>
61         </dependency>
62         <!-- end for testing -->
63         <dependency>
64             <groupId>${project.groupId}</groupId>
65             <artifactId>sdnr-wt-devicemanager-core-model</artifactId>
66             <version>${project.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
71             <version>${project.version}</version>
72             <scope>provided</scope>
73         </dependency>
74         <dependency>
75             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
76             <artifactId>sdnr-wt-websocketmanager-model</artifactId>
77             <version>${project.version}</version>
78             <scope>provided</scope>
79         </dependency>
80         <dependency>
81             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
82             <artifactId>sdnr-wt-common</artifactId>
83             <version>${project.version}</version>
84             <scope>provided</scope>
85         </dependency>
86         <dependency>
87             <groupId>org.osgi</groupId>
88             <artifactId>org.osgi.core</artifactId>
89             <scope>provided</scope>
90         </dependency>
91         <dependency>
92             <groupId>org.opendaylight.mdsal.model</groupId>
93             <artifactId>ietf-topology</artifactId>
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.akka</groupId>
122             <artifactId>akka-actor_2.13</artifactId>
123             <scope>provided</scope>
124         </dependency>
125         <dependency>
126             <groupId>com.typesafe.akka</groupId>
127             <artifactId>akka-cluster_2.13</artifactId>
128             <scope>provided</scope>
129         </dependency>
130         <dependency>
131             <groupId>org.osgi</groupId>
132             <artifactId>org.osgi.compendium</artifactId>
133             <scope>provided</scope>
134         </dependency>
135         <dependency>
136             <groupId>org.apache.commons</groupId>
137             <artifactId>commons-lang3</artifactId>
138             <scope>provided</scope>
139         </dependency>
140         <dependency>
141             <groupId>com.fasterxml.jackson.core</groupId>
142             <artifactId>jackson-core</artifactId>
143             <scope>provided</scope>
144         </dependency>
145         <dependency>
146             <groupId>com.fasterxml.jackson.core</groupId>
147             <artifactId>jackson-annotations</artifactId>
148             <scope>provided</scope>
149         </dependency>
150         <dependency>
151             <groupId>com.fasterxml.jackson.core</groupId>
152             <artifactId>jackson-databind</artifactId>
153             <scope>provided</scope>
154         </dependency>
155         <dependency>
156             <groupId>javax.xml.bind</groupId>
157             <artifactId>jaxb-api</artifactId>
158             <scope>provided</scope>
159         </dependency>
160         <dependency>
161             <groupId>javax.activation</groupId>
162             <artifactId>activation</artifactId>
163             <scope>provided</scope>
164         </dependency>
165         <dependency>
166             <groupId>org.glassfish.jaxb</groupId>
167             <artifactId>jaxb-runtime</artifactId>
168             <scope>provided</scope>
169         </dependency>
170     </dependencies>
171
172     <build>
173         <resources>
174             <resource>
175                 <directory>src/main/resources</directory>
176                 <filtering>true</filtering>
177             </resource>
178         </resources>
179         <plugins>
180             <plugin>
181                 <groupId>org.jacoco</groupId>
182                 <artifactId>jacoco-maven-plugin</artifactId>
183                 <configuration>
184                     <excludes>
185                         <exclude>**/gen/**</exclude>
186                         <exclude>**/generated-sources/**</exclude>
187                         <exclude>**/yang-gen-sal/**</exclude>
188                         <exclude>**/pax/**</exclude>
189                     </excludes>
190                 </configuration>
191             </plugin>
192         </plugins>
193     </build>
194 </project>