[SDC] Onboarding 1710 rebase.
[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.1.0-SNAPSHOT</version>
13     </parent>
14
15     <dependencies>
16         <dependency>
17             <groupId>org.openecomp.sdc.common</groupId>
18             <artifactId>openecomp-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         <dependency>
27             <groupId>org.apache.commons</groupId>
28             <artifactId>commons-lang3</artifactId>
29             <version>${commons.lang3.version}</version>
30         </dependency>
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.google.code.gson</groupId>
38             <artifactId>gson</artifactId>
39             <version>${gson.version}</version>
40         </dependency>
41         <dependency>
42             <groupId>commons-codec</groupId>
43             <artifactId>commons-codec</artifactId>
44             <version>${commons.codec.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>junit</groupId>
48             <artifactId>junit</artifactId>
49             <scope>test</scope>
50             <version>${junit.version}</version>
51         </dependency>
52         <dependency>
53             <groupId>org.codehaus.jackson</groupId>
54             <artifactId>jackson-mapper-asl</artifactId>
55             <version>${jackson.mapper.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>org.everit.json</groupId>
59             <artifactId>org.everit.json.schema</artifactId>
60             <version>${org.everit.json.schema.version}</version>
61         </dependency>
62         <dependency>
63             <groupId>org.testng</groupId>
64             <artifactId>testng</artifactId>
65             <scope>test</scope>
66             <version>6.8.5</version>
67             <exclusions>
68                 <exclusion>
69                     <artifactId>snakeyaml</artifactId>
70                     <groupId>org.yaml</groupId>
71                 </exclusion>
72             </exclusions>
73         </dependency>
74         <dependency>
75             <groupId>org.openecomp.sdc</groupId>
76             <artifactId>openecomp-sdc-logging-api</artifactId>
77             <version>${project.version}</version>
78         </dependency>
79     </dependencies>
80
81 </project>