Use latest released parent pom
[ccsdk/features.git] / sdnr / wt / devicemanager-o-ran-sc / o-ran / ru-fh / 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.4.4</version>
33         <relativePath/>
34     </parent>
35
36     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
37     <artifactId>sdnr-wt-devicemanager-o-ran-sc-oran-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         <databaseport>49400</databaseport>
54     </properties>
55
56     <dependencies>
57         <dependency>
58             <groupId>org.json</groupId>
59             <artifactId>json</artifactId>
60             <scope>provided</scope>
61         </dependency>
62         <dependency>
63             <groupId>${project.groupId}</groupId>
64             <artifactId>sdnr-wt-devicemanager-o-ran-sc-oran-model</artifactId>
65             <version>${project.version}</version>
66             <scope>provided</scope>
67         </dependency>
68         <dependency>
69             <groupId>${project.groupId}</groupId>
70             <artifactId>sdnr-wt-devicemanager-core-model</artifactId>
71             <version>${project.version}</version>
72             <scope>provided</scope>
73         </dependency>
74         <dependency>
75             <groupId>${project.groupId}</groupId>
76             <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
77             <version>${project.version}</version>
78             <scope>provided</scope>
79         </dependency>
80         <dependency>
81             <groupId>${project.groupId}</groupId>
82             <artifactId>sdnr-wt-websocketmanager-model</artifactId>
83             <version>${project.version}</version>
84             <scope>provided</scope>
85         </dependency>
86         <dependency>
87             <groupId>${project.groupId}</groupId>
88             <artifactId>sdnr-wt-common</artifactId>
89             <version>${project.version}</version>
90             <scope>provided</scope>
91         </dependency>
92         <dependency>
93             <groupId>${project.groupId}</groupId>
94             <artifactId>sdnr-wt-data-provider-model</artifactId>
95             <version>${project.version}</version>
96             <scope>provided</scope>
97         </dependency>
98         <dependency>
99             <groupId>org.opendaylight.netconf</groupId>
100             <artifactId>sal-netconf-connector</artifactId>
101             <scope>provided</scope>
102         </dependency>
103         <dependency>
104             <groupId>org.opendaylight.netconf</groupId>
105             <artifactId>callhome-model</artifactId>
106             <!-- <scope>provided</scope> -->
107         </dependency>
108         <dependency>
109             <groupId>org.opendaylight.mdsal</groupId>
110             <artifactId>mdsal-singleton-common-api</artifactId>
111             <scope>provided</scope>
112         </dependency>
113         <dependency>
114             <groupId>${project.groupId}</groupId>
115             <artifactId>rfc7317-ietf-system</artifactId>
116             <version>${project.version}</version>
117         </dependency>
118         <dependency>
119             <groupId>${project.groupId}</groupId>
120             <artifactId>onap-system</artifactId>
121             <version>${project.version}</version>
122         </dependency>
123         <!-- begin for testing -->
124         <dependency>
125             <groupId>org.mockito</groupId>
126             <artifactId>mockito-core</artifactId>
127             <scope>test</scope>
128         </dependency>
129         <dependency>
130             <groupId>${project.groupId}</groupId>
131             <artifactId>sdnr-wt-devicemanager-core-provider</artifactId>
132             <version>${project.version}</version>
133             <scope>test</scope>
134         </dependency>
135          <dependency>
136             <groupId>javax.servlet</groupId>
137             <artifactId>javax.servlet-api</artifactId>
138             <scope>test</scope>
139         </dependency>
140         <!-- end for testing -->
141         
142     </dependencies>
143
144     <build>
145         <resources>
146             <resource>
147                 <directory>src/main/resources</directory>
148                 <filtering>true</filtering>
149             </resource>
150         </resources>
151         <pluginManagement>
152             <plugins>
153                 <plugin>
154                     <groupId>org.opendaylight.yangtools</groupId>
155                     <artifactId>yang-maven-plugin</artifactId>
156                     <version>7.0.9</version>
157                     <executions>
158                         <execution>
159                             <id>binding</id>
160                             <phase>none</phase>
161                             <goals>
162                                 <goal>generate-sources</goal>
163                             </goals>
164                             <configuration>
165                                 <inspectDependencies>true</inspectDependencies>
166                             </configuration>
167                         </execution>
168                     </executions>
169                 </plugin>
170             </plugins>
171         </pluginManagement>
172         <plugins>
173             <plugin>
174                 <groupId>org.jacoco</groupId>
175                 <artifactId>jacoco-maven-plugin</artifactId>
176                 <configuration>
177                     <excludes>
178                         <exclude>**/gen/**</exclude>
179                         <exclude>**/generated-sources/**</exclude>
180                         <exclude>**/yang-gen-sal/**</exclude>
181                         <exclude>**/pax/**</exclude>
182                     </excludes>
183                 </configuration>
184             </plugin>
185         </plugins>
186     </build>
187 </project>