Use version 2.3.0 of parent poms
[ccsdk/features.git] / sdnr / northbound / addCMHandle / provider / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ ============LICENSE_START=======================================================
4   ~ ONAP : ccsdk features
5   ~ ================================================================================
6   ~ Copyright (C) 2021 Wipro Limited.
7   ~ ================================================================================
8   ~ Licensed under the Apache License, Version 2.0 (the "License");
9   ~ you may not use this file except in compliance with the License.
10   ~ You may obtain a copy of the License at
11   ~
12   ~     http://www.apache.org/licenses/LICENSE-2.0
13   ~
14   ~ Unless required by applicable law or agreed to in writing, software
15   ~ distributed under the License is distributed on an "AS IS" BASIS,
16   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17   ~ See the License for the specific language governing permissions and
18   ~ limitations under the License.
19   ~ ============LICENSE_END=======================================================
20   ~
21   -->
22 <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">
23     <modelVersion>4.0.0</modelVersion>
24
25     <parent>
26         <groupId>org.onap.ccsdk.parent</groupId>
27         <artifactId>binding-parent</artifactId>
28         <version>2.3.0</version>
29         <relativePath/>
30     </parent>
31
32     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
33     <artifactId>addCMHandle-provider</artifactId>
34     <version>1.3.0-SNAPSHOT</version>
35     <packaging>bundle</packaging>
36
37     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
38
39     <dependencies>
40         <dependency>
41             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
42             <artifactId>addCMHandle-model</artifactId>
43             <version>${project.version}</version>
44         </dependency>
45         <dependency>
46             <groupId>org.opendaylight.mdsal</groupId>
47             <artifactId>mdsal-binding-api</artifactId>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.mdsal</groupId>
51             <artifactId>mdsal-dom-api</artifactId>
52         </dependency>
53         <dependency>
54             <groupId>org.opendaylight.yangtools</groupId>
55             <artifactId>yang-data-impl</artifactId>
56         </dependency>
57         <dependency>
58             <groupId>junit</groupId>
59             <artifactId>junit</artifactId>
60             <scope>test</scope>
61         </dependency>
62         <dependency>
63             <groupId>org.testng</groupId>
64             <artifactId>testng</artifactId>
65             <scope>test</scope>
66         </dependency>
67         <dependency>
68             <groupId>org.mockito</groupId>
69             <artifactId>mockito-core</artifactId>
70             <scope>test</scope>
71         </dependency>
72         <dependency>
73             <groupId>org.apache.derby</groupId>
74             <artifactId>derby</artifactId>
75             <scope>test</scope>
76         </dependency>
77         <dependency>
78             <groupId>org.onap.ccsdk.sli.core</groupId>
79             <artifactId>sli-common</artifactId>
80             <version>${ccsdk.sli.version}</version>
81             <scope>provided</scope>
82         </dependency>
83         <dependency>
84             <groupId>org.onap.ccsdk.sli.core</groupId>
85             <artifactId>sli-provider</artifactId>
86             <version>${ccsdk.sli.version}</version>
87             <scope>provided</scope>
88         </dependency>
89         <dependency>
90             <groupId>org.onap.ccsdk.sli.core</groupId>
91             <artifactId>utils-provider</artifactId>
92             <version>${ccsdk.sli.version}</version>
93         </dependency>
94         <dependency>
95             <groupId>org.osgi</groupId>
96             <artifactId>org.osgi.core</artifactId>
97             <scope>test</scope>
98         </dependency>
99         <dependency>
100             <groupId>org.onap.ccsdk.sli.core</groupId>
101             <artifactId>sli-provider-base</artifactId>
102             <version>${ccsdk.sli.version}</version>
103             <scope>provided</scope>
104        </dependency>
105        <dependency>
106             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
107             <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
108             <version>1.2.0</version>
109        </dependency>
110        <dependency>
111             <groupId>javax</groupId>
112             <artifactId>javaee-web-api</artifactId>
113             <version>6.0</version>
114             <scope>provided</scope>
115        </dependency>
116        <dependency>
117             <groupId>com.sun.jersey</groupId>
118             <artifactId>jersey-bundle</artifactId>
119             <version>1.19.4</version>
120        </dependency>
121         <dependency>
122             <groupId>org.opendaylight.mdsal.model</groupId>
123             <artifactId>ietf-topology</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.netconf</groupId>
127             <artifactId>sal-netconf-connector</artifactId>
128             <scope>provided</scope>
129         </dependency>
130         <dependency>
131             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
132             <artifactId>rfc6991-ietf-yang-types</artifactId>
133             <scope>provided</scope>
134         </dependency>
135         <dependency>
136             <groupId>org.opendaylight.mdsal</groupId>
137             <artifactId>yang-binding</artifactId>
138             <scope>provided</scope>
139         </dependency>
140         <dependency>
141             <groupId>org.opendaylight.mdsal</groupId>
142             <artifactId>mdsal-singleton-common-api</artifactId>
143             <scope>provided</scope>
144         </dependency>
145     </dependencies>
146
147     <build>
148         <pluginManagement>
149             <plugins>
150                 <plugin>
151                     <groupId>org.eclipse.m2e</groupId>
152                     <artifactId>lifecycle-mapping</artifactId>
153                     <version>1.0.0</version>
154                     <configuration>
155                         <lifecycleMappingMetadata>
156                             <pluginExecutions>
157                                 <pluginExecution>
158                                     <pluginExecutionFilter>
159                                         <groupId>org.codehaus.mojo</groupId>
160                                         <artifactId>properties-maven-plugin</artifactId>
161                                         <versionRange>[1.0.0,)</versionRange>
162                                         <goals>
163                                             <goal>set-system-properties</goal>
164                                         </goals>
165                                     </pluginExecutionFilter>
166                                     <action>
167                                         <execute/>
168                                     </action>
169                                 </pluginExecution>
170                             </pluginExecutions>
171                         </lifecycleMappingMetadata>
172                     </configuration>
173                 </plugin>
174             </plugins>
175         </pluginManagement>
176     </build>
177 </project>