Release version 1.2.3 maven artifacts
[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
23 <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">
24     <modelVersion>4.0.0</modelVersion>
25
26     <parent>
27         <groupId>org.onap.ccsdk.parent</groupId>
28         <artifactId>binding-parent</artifactId>
29         <version>2.2.1</version>
30         <relativePath/>
31     </parent>
32
33     <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
34     <artifactId>addCMHandle-provider</artifactId>
35     <version>1.2.4-SNAPSHOT</version>
36     <packaging>bundle</packaging>
37
38     <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name>
39
40     <dependencies>
41         <dependency>
42             <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
43             <artifactId>addCMHandle-model</artifactId>
44             <version>${project.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>org.opendaylight.mdsal</groupId>
48             <artifactId>mdsal-binding-api</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.opendaylight.mdsal</groupId>
52             <artifactId>mdsal-dom-api</artifactId>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.yangtools</groupId>
56             <artifactId>yang-data-impl</artifactId>
57         </dependency>
58         <dependency>
59             <groupId>junit</groupId>
60             <artifactId>junit</artifactId>
61             <scope>test</scope>
62         </dependency>
63         <dependency>
64             <groupId>org.testng</groupId>
65             <artifactId>testng</artifactId>
66             <scope>test</scope>
67         </dependency>
68         <dependency>
69             <groupId>org.mockito</groupId>
70             <artifactId>mockito-core</artifactId>
71             <scope>test</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.apache.derby</groupId>
75             <artifactId>derby</artifactId>
76             <scope>test</scope>
77         </dependency>
78         <dependency>
79             <groupId>org.onap.ccsdk.sli.core</groupId>
80             <artifactId>sli-common</artifactId>
81             <version>${ccsdk.sli.version}</version>
82             <scope>provided</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.onap.ccsdk.sli.core</groupId>
86             <artifactId>sli-provider</artifactId>
87             <version>${ccsdk.sli.version}</version>
88             <scope>provided</scope>
89         </dependency>
90         <dependency>
91             <groupId>org.onap.ccsdk.sli.core</groupId>
92             <artifactId>utils-provider</artifactId>
93             <version>${ccsdk.sli.version}</version>
94         </dependency>
95         <dependency>
96             <groupId>org.osgi</groupId>
97             <artifactId>org.osgi.core</artifactId>
98             <scope>test</scope>
99         </dependency>
100         <dependency>
101             <groupId>org.onap.ccsdk.sli.core</groupId>
102             <artifactId>sli-provider-base</artifactId>
103             <version>${ccsdk.sli.version}</version>
104             <scope>provided</scope>
105        </dependency>
106        <dependency>
107             <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
108             <artifactId>sdnr-wt-netconfnode-state-service-model</artifactId>
109             <version>1.2.0</version>
110        </dependency>
111        <dependency>
112             <groupId>javax</groupId>
113             <artifactId>javaee-web-api</artifactId>
114             <version>6.0</version>
115             <scope>provided</scope>
116        </dependency>
117        <dependency>
118             <groupId>com.sun.jersey</groupId>
119             <artifactId>jersey-bundle</artifactId>
120             <version>1.19.4</version>
121        </dependency>
122         <dependency>
123             <groupId>org.opendaylight.mdsal.model</groupId>
124             <artifactId>ietf-topology</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>org.opendaylight.netconf</groupId>
128             <artifactId>sal-netconf-connector</artifactId>
129             <scope>provided</scope>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
133             <artifactId>rfc6991-ietf-yang-types</artifactId>
134             <scope>provided</scope>
135         </dependency>
136         <dependency>
137             <groupId>org.opendaylight.mdsal</groupId>
138             <artifactId>yang-binding</artifactId>
139             <scope>provided</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.mdsal</groupId>
143             <artifactId>mdsal-singleton-common-api</artifactId>
144             <scope>provided</scope>
145         </dependency>
146     </dependencies>
147
148     <build>
149         <pluginManagement>
150             <plugins>
151                 <plugin>
152                     <groupId>org.eclipse.m2e</groupId>
153                     <artifactId>lifecycle-mapping</artifactId>
154                     <version>1.0.0</version>
155                     <configuration>
156                         <lifecycleMappingMetadata>
157                             <pluginExecutions>
158                                 <pluginExecution>
159                                     <pluginExecutionFilter>
160                                         <groupId>org.codehaus.mojo</groupId>
161                                         <artifactId>properties-maven-plugin</artifactId>
162                                         <versionRange>[1.0.0,)</versionRange>
163                                         <goals>
164                                             <goal>set-system-properties</goal>
165                                         </goals>
166                                     </pluginExecutionFilter>
167                                     <action>
168                                         <execute/>
169                                     </action>
170                                 </pluginExecution>
171                             </pluginExecutions>
172                         </lifecycleMappingMetadata>
173                     </configuration>
174                 </plugin>
175             </plugins>
176         </pluginManagement>
177     </build>
178 </project>