[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / backend / openecomp-sdc-validation-manager / pom.xml.versionsBackup
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6
7     <artifactId>openecomp-sdc-validation-manager</artifactId>
8     <version>1.0-SNAPSHOT</version>
9     <dependencies>
10         <dependency>
11             <groupId>org.openecomp.core</groupId>
12             <artifactId>openecomp-utilities-lib</artifactId>
13             <version>1.0-SNAPSHOT</version>
14         </dependency>
15         <dependency>
16             <groupId>org.openecomp.core</groupId>
17             <artifactId>openecomp-heat-lib</artifactId>
18             <version>${project.version}</version>
19         </dependency>
20         <dependency>
21             <groupId>org.testng</groupId>
22             <artifactId>testng</artifactId>
23             <version>6.9.10</version>
24             <scope>test</scope>
25         </dependency>
26         <dependency>
27             <groupId>junit</groupId>
28             <artifactId>junit</artifactId>
29             <version>RELEASE</version>
30             <scope>test</scope>
31         </dependency>
32
33         <!--dependency>
34             <groupId>org.openecomp.sdc</groupId>
35             <artifactId>openecomp-sdc-translator-api</artifactId>
36             <version>1.0-SNAPSHOT</version>
37         </dependency-->
38         <dependency>
39             <groupId>org.openecomp.sdc</groupId>
40             <artifactId>openecomp-sdc-translator-core</artifactId>
41             <version>1.0-SNAPSHOT</version>
42         </dependency>
43         <dependency>
44             <groupId>com.fasterxml.jackson.dataformat</groupId>
45             <artifactId>jackson-dataformat-xml</artifactId>
46             <version>2.7.4</version>
47         </dependency>
48         <dependency>
49             <groupId>org.codehaus.woodstox</groupId>
50             <artifactId>woodstox-core-asl</artifactId>
51             <version>4.4.1</version>
52         </dependency>
53         <dependency>
54             <groupId>org.openecomp.sdc</groupId>
55             <artifactId>openecomp-sdc-vendor-license-core</artifactId>
56             <version>1.0-SNAPSHOT</version>
57         </dependency>
58         <dependency>
59             <groupId>org.openecomp.sdc</groupId>
60             <artifactId>openecomp-sdc-validation-api</artifactId>
61             <version>1.0-SNAPSHOT</version>
62         </dependency>
63         <dependency>
64             <groupId>org.openecomp.core</groupId>
65             <artifactId>openecomp-common-lib</artifactId>
66             <version>1.0-SNAPSHOT</version>
67         </dependency>
68     </dependencies>
69
70
71     <parent>
72         <groupId>org.openecomp.sdc</groupId>
73         <artifactId>backend</artifactId>
74         <version>1.0-SNAPSHOT</version>
75     </parent>
76
77     
78 </project>