Update SDC version
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-utilities-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-utilities-lib</name>
22     <artifactId>openecomp-utilities-lib</artifactId>
23
24
25     <parent>
26         <artifactId>openecomp-core-lib</artifactId>
27         <groupId>org.openecomp.sdc.core</groupId>
28         <version>1.3.7-SNAPSHOT</version>
29     </parent>
30
31     <dependencies>
32         <dependency>
33             <groupId>org.onap.sdc.common</groupId>
34             <artifactId>onap-tosca-datatype</artifactId>
35             <version>${project.version}</version>
36         </dependency>
37         <dependency>
38             <groupId>org.yaml</groupId>
39             <artifactId>snakeyaml</artifactId>
40             <version>${snakeyaml.version}</version>
41         </dependency>
42         <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
43         <dependency>
44             <groupId>commons-io</groupId>
45             <artifactId>commons-io</artifactId>
46             <version>${commons.io.version}</version>
47         </dependency>
48         <dependency>
49             <groupId>org.apache.commons</groupId>
50             <artifactId>commons-lang3</artifactId>
51             <version>${commons.lang3.version}</version>
52         </dependency>
53         <dependency>
54             <groupId>org.apache.commons</groupId>
55             <artifactId>commons-collections4</artifactId>
56             <version>${commons.collections.version}</version>
57         </dependency>
58         <dependency>
59             <groupId>com.google.code.gson</groupId>
60             <artifactId>gson</artifactId>
61             <version>${gson.version}</version>
62         </dependency>
63         <dependency>
64             <groupId>commons-codec</groupId>
65             <artifactId>commons-codec</artifactId>
66             <version>${commons.codec.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>junit</groupId>
70             <artifactId>junit</artifactId>
71             <scope>test</scope>
72         </dependency>
73         <dependency>
74             <groupId>org.codehaus.jackson</groupId>
75             <artifactId>jackson-mapper-asl</artifactId>
76             <version>${jackson.mapper.version}</version>
77         </dependency>
78         <dependency>
79             <groupId>org.everit.json</groupId>
80             <artifactId>org.everit.json.schema</artifactId>
81             <version>${org.everit.json.schema.version}</version>
82         </dependency>
83         <dependency>
84             <groupId>org.openecomp.sdc</groupId>
85             <artifactId>openecomp-sdc-logging-api</artifactId>
86             <version>${project.version}</version>
87         </dependency>
88     </dependencies>
89
90 </project>