update sdc version
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-utilities-lib / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <name>openecomp-utilities-lib</name>
6     <artifactId>openecomp-utilities-lib</artifactId>
7
8
9     <parent>
10         <artifactId>openecomp-core-lib</artifactId>
11         <groupId>org.openecomp.sdc.core</groupId>
12         <version>1.3.0-SNAPSHOT</version>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.onap.sdc.common</groupId>
18             <artifactId>onap-tosca-datatype</artifactId>
19             <version>${openecomp.sdc.common.version}</version>
20         </dependency>
21         <dependency>
22             <groupId>org.yaml</groupId>
23             <artifactId>snakeyaml</artifactId>
24             <version>${snakeyaml.version}</version>
25         </dependency>
26         <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
27         <dependency>
28             <groupId>commons-io</groupId>
29             <artifactId>commons-io</artifactId>
30             <version>${commons.io.version}</version>
31         </dependency>
32         <dependency>
33             <groupId>org.apache.commons</groupId>
34             <artifactId>commons-lang3</artifactId>
35             <version>${commons.lang3.version}</version>
36         </dependency>
37         <dependency>
38             <groupId>org.apache.commons</groupId>
39             <artifactId>commons-collections4</artifactId>
40             <version>${commons.collections.version}</version>
41         </dependency>
42         <dependency>
43             <groupId>com.google.code.gson</groupId>
44             <artifactId>gson</artifactId>
45             <version>${gson.version}</version>
46         </dependency>
47         <dependency>
48             <groupId>commons-codec</groupId>
49             <artifactId>commons-codec</artifactId>
50             <version>${commons.codec.version}</version>
51         </dependency>
52         <dependency>
53             <groupId>junit</groupId>
54             <artifactId>junit</artifactId>
55             <scope>test</scope>
56             <version>${junit.version}</version>
57         </dependency>
58         <dependency>
59             <groupId>org.codehaus.jackson</groupId>
60             <artifactId>jackson-mapper-asl</artifactId>
61             <version>${jackson.mapper.version}</version>
62         </dependency>
63         <dependency>
64             <groupId>org.everit.json</groupId>
65             <artifactId>org.everit.json.schema</artifactId>
66             <version>${org.everit.json.schema.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>org.testng</groupId>
70             <artifactId>testng</artifactId>
71             <scope>test</scope>
72             <version>6.8.5</version>
73             <exclusions>
74                 <exclusion>
75                     <artifactId>snakeyaml</artifactId>
76                     <groupId>org.yaml</groupId>
77                 </exclusion>
78             </exclusions>
79         </dependency>
80         <dependency>
81             <groupId>org.openecomp.sdc</groupId>
82             <artifactId>openecomp-sdc-logging-api</artifactId>
83             <version>${project.version}</version>
84         </dependency>
85     </dependencies>
86
87 </project>