update sdc to version 1.3.2
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-impl / pom.xml
1 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2          xmlns="http://maven.apache.org/POM/4.0.0"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5
6     <name>openecomp-sdc-validation-impl</name>
7     <artifactId>openecomp-sdc-validation-impl</artifactId>
8
9
10     <parent>
11         <groupId>org.openecomp.sdc</groupId>
12         <artifactId>openecomp-sdc-lib</artifactId>
13         <version>1.3.2-SNAPSHOT</version>
14         <relativePath>../..</relativePath>
15     </parent>
16
17     <dependencies>
18         <dependency>
19             <groupId>ch.qos.logback</groupId>
20             <artifactId>logback-classic</artifactId>
21             <version>${logback.version}</version>
22         </dependency>
23         <dependency>
24             <groupId>org.testng</groupId>
25             <artifactId>testng</artifactId>
26             <scope>test</scope>
27             <version>${testng.version}</version>
28             <exclusions>
29                 <exclusion>
30                     <artifactId>snakeyaml</artifactId>
31                     <groupId>org.yaml</groupId>
32                 </exclusion>
33             </exclusions>
34         </dependency>
35         <dependency>
36             <groupId>org.openecomp.sdc</groupId>
37             <artifactId>openecomp-sdc-logging-core</artifactId>
38             <version>${project.version}</version>
39             <scope>runtime</scope>
40         </dependency>
41         <dependency>
42             <groupId>org.openecomp.sdc</groupId>
43             <artifactId>openecomp-sdc-logging-api</artifactId>
44             <version>${project.version}</version>
45         </dependency>
46         <dependency>
47             <groupId>junit</groupId>
48             <artifactId>junit</artifactId>
49             <version>${junit.version}</version>
50             <scope>test</scope>
51         </dependency>
52         <dependency>
53             <groupId>org.openecomp.sdc.core</groupId>
54             <artifactId>openecomp-utilities-lib</artifactId>
55             <version>${project.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>org.openecomp.sdc</groupId>
59             <artifactId>openecomp-sdc-validation-api</artifactId>
60             <version>${project.version}</version>
61         </dependency>
62         <dependency>
63             <groupId>org.openecomp.sdc.core</groupId>
64             <artifactId>openecomp-common-lib</artifactId>
65             <version>${project.version}</version>
66         </dependency>
67         <dependency>
68             <groupId>org.mockito</groupId>
69             <artifactId>mockito-all</artifactId>
70             <scope>test</scope>
71             <version>${mockito.all.version}</version>
72         </dependency>
73         <dependency>
74             <groupId>org.openecomp.sdc.core</groupId>
75             <artifactId>openecomp-heat-lib</artifactId>
76             <version>${project.version}</version>
77         </dependency>
78         <dependency>
79             <groupId>commons-io</groupId>
80             <artifactId>commons-io</artifactId>
81             <version>${commons.io.version}</version>
82             <scope>test</scope>
83         </dependency>
84         <dependency>
85             <groupId>org.openecomp.sdc</groupId>
86             <artifactId>openecomp-sdc-validation-core</artifactId>
87             <version>${project.version}</version>
88         </dependency>
89     </dependencies>
90
91 </project>