044cbfd0ac299554a23f8d387908fb373ee66f20
[sdc.git] / openecomp-be / lib / openecomp-sdc-datatypes-lib / pom.xml
1 <!--
2   ~ Copyright © 2016-2018 European Support Limited
3   ~
4   ~ Licensed under the Apache License, Version 2.0 (the "License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the License at
7   ~
8   ~      http://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distributed under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   -->
16
17 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19     <modelVersion>4.0.0</modelVersion>
20
21     <name>openecomp-sdc-datatypes-lib</name>
22     <artifactId>openecomp-sdc-datatypes-lib</artifactId>
23
24     <parent>
25         <artifactId>openecomp-sdc-lib</artifactId>
26         <groupId>org.openecomp.sdc</groupId>
27         <version>1.13.3-SNAPSHOT</version>
28     </parent>
29
30     <dependencies>
31         <dependency>
32             <groupId>org.apache.commons</groupId>
33             <artifactId>commons-collections4</artifactId>
34             <version>${commons.collections.version}</version>
35         </dependency>
36         <dependency>
37             <groupId>com.fasterxml.jackson.core</groupId>
38             <artifactId>jackson-databind</artifactId>
39             <version>${jackson.version}</version>
40         </dependency>
41         <dependency>
42             <groupId>io.swagger.core.v3</groupId>
43             <artifactId>swagger-annotations</artifactId>
44             <version>${swagger.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>org.apache.commons</groupId>
48             <artifactId>commons-lang3</artifactId>
49             <version>${commons.lang3.version}</version>
50         </dependency>
51         <dependency>
52             <groupId>org.onap.sdc.common</groupId>
53             <artifactId>onap-configuration-management-api</artifactId>
54             <version>${project.version}</version>
55         </dependency>
56         <dependency>
57             <groupId>org.projectlombok</groupId>
58             <artifactId>lombok</artifactId>
59             <scope>provided</scope>
60         </dependency>
61     </dependencies>
62 </project>