Step version to 1.11.4-SNAPSHOT
[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"
18   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20   <modelVersion>4.0.0</modelVersion>
21
22   <name>openecomp-utilities-lib</name>
23   <artifactId>openecomp-utilities-lib</artifactId>
24
25
26   <parent>
27     <artifactId>openecomp-core-lib</artifactId>
28     <groupId>org.openecomp.sdc.core</groupId>
29     <version>1.11.4-SNAPSHOT</version>
30   </parent>
31
32   <dependencies>
33     <dependency>
34       <groupId>org.onap.sdc.common</groupId>
35       <artifactId>onap-tosca-datatype</artifactId>
36       <version>${project.version}</version>
37     </dependency>
38     <dependency>
39       <groupId>org.yaml</groupId>
40       <artifactId>snakeyaml</artifactId>
41       <version>${snakeyaml.version}</version>
42     </dependency>
43     <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
44     <dependency>
45       <groupId>commons-io</groupId>
46       <artifactId>commons-io</artifactId>
47       <version>${commons.io.version}</version>
48     </dependency>
49     <dependency>
50       <groupId>org.apache.commons</groupId>
51       <artifactId>commons-lang3</artifactId>
52       <version>${commons.lang3.version}</version>
53     </dependency>
54     <dependency>
55       <groupId>org.apache.commons</groupId>
56       <artifactId>commons-collections4</artifactId>
57       <version>${commons.collections.version}</version>
58     </dependency>
59     <dependency>
60       <groupId>com.google.code.gson</groupId>
61       <artifactId>gson</artifactId>
62       <version>${gson.version}</version>
63     </dependency>
64     <dependency>
65       <groupId>commons-codec</groupId>
66       <artifactId>commons-codec</artifactId>
67       <version>${commons.codec.version}</version>
68     </dependency>
69     <dependency>
70       <groupId>org.hamcrest</groupId>
71       <artifactId>hamcrest</artifactId>
72       <version>${hamcrest.version}</version>
73       <scope>test</scope>
74     </dependency>
75     <dependency>
76       <groupId>org.hamcrest</groupId>
77       <artifactId>hamcrest-library</artifactId>
78       <version>${hamcrest.version}</version>
79       <scope>test</scope>
80     </dependency>
81     <dependency>
82       <groupId>com.fasterxml.jackson.core</groupId>
83       <artifactId>jackson-databind</artifactId>
84       <version>${jackson.version}</version>
85     </dependency>
86     <dependency>
87       <groupId>org.everit.json</groupId>
88       <artifactId>org.everit.json.schema</artifactId>
89       <version>${org.everit.json.schema.version}</version>
90     </dependency>
91     <dependency>
92       <groupId>org.openecomp.sdc</groupId>
93       <artifactId>openecomp-sdc-logging-api</artifactId>
94       <version>${project.version}</version>
95     </dependency>
96     <dependency>
97       <groupId>org.openecomp.sdc</groupId>
98       <artifactId>common-app-api</artifactId>
99       <version>${project.version}</version>
100       <scope>compile</scope>
101       <exclusions>
102         <exclusion>
103           <groupId>org.apache.httpcomponents</groupId>
104           <artifactId>httpcore</artifactId>
105         </exclusion>
106       </exclusions>
107     </dependency>
108   </dependencies>
109
110 </project>