[SDC-29] catalog 1707 rebase commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-validation-lib / openecomp-sdc-validation-core / pom.xml.versionsBackup
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-core</name>
7     <artifactId>openecomp-sdc-validation-core</artifactId>
8
9
10     <parent>
11         <groupId>org.openecomp.sdc</groupId>
12         <artifactId>openecomp-sdc-lib</artifactId>
13         <version>1.0-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
23         </dependency>
24         <dependency>
25             <groupId>org.openecomp.sdc</groupId>
26             <artifactId>openecomp-sdc-logging-core</artifactId>
27             <version>1.0-SNAPSHOT</version>
28         </dependency>
29         <dependency>
30             <groupId>org.testng</groupId>
31             <artifactId>testng</artifactId>
32             <scope>test</scope>
33             <version>6.8.5</version>
34             <exclusions>
35                 <exclusion>
36                     <artifactId>snakeyaml</artifactId>
37                     <groupId>org.yaml</groupId>
38                 </exclusion>
39             </exclusions>
40         </dependency>
41         <dependency>
42             <groupId>junit</groupId>
43             <artifactId>junit</artifactId>
44             <version>RELEASE</version>
45             <scope>test</scope>
46         </dependency>
47         <dependency>
48             <groupId>org.openecomp.core</groupId>
49             <artifactId>openecomp-utilities-lib</artifactId>
50             <version>${project.version}</version>
51         </dependency>
52         <dependency>
53             <groupId>org.openecomp.sdc</groupId>
54             <artifactId>openecomp-sdc-validation-api</artifactId>
55             <version>${project.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>org.openecomp.sdc</groupId>
59             <artifactId>openecomp-sdc-validation-sdk</artifactId>
60             <version>${project.version}</version>
61         </dependency>
62         <dependency>
63             <groupId>org.openecomp.sdc</groupId>
64             <artifactId>openecomp-sdc-datatypes-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>1.10.19</version>
72         </dependency>
73         <dependency>
74             <groupId>org.openecomp.sdc.common</groupId>
75             <artifactId>openecomp-configuration-management-core</artifactId>
76             <version>1707.0.0-SNAPSHOT</version>
77             <scope>runtime</scope>
78             <exclusions>
79                 <exclusion>
80                     <groupId>org.slf4j</groupId>
81                     <artifactId>slf4j-log4j12</artifactId>
82                 </exclusion>
83             </exclusions>
84         </dependency>
85         <dependency>
86             <groupId>org.openecomp.core</groupId>
87             <artifactId>openecomp-heat-lib</artifactId>
88             <version>1.0-SNAPSHOT</version>
89         </dependency>
90         <dependency>
91             <groupId>org.testng</groupId>
92             <artifactId>testng</artifactId>
93             <version>6.9.10</version>
94         </dependency>
95     </dependencies>
96
97     <build>
98         <plugins>
99             <plugin>
100                 <groupId>org.apache.maven.plugins</groupId>
101                 <artifactId>maven-surefire-plugin</artifactId>
102                 <version>2.19.1</version>
103                 <configuration>
104                     <useSystemClassLoader>false</useSystemClassLoader>
105                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
106                 </configuration>
107             </plugin>
108         </plugins>
109     </build>
110 </project>