blob: c5ccddf8290dd4e6cbca06457f060969820bdc15 [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<?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 <parent>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>backend</artifactId>
Michael Landoebd7c8f2017-03-15 20:38:00 +020010 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020011 </parent>
12
13 <artifactId>openecomp-sdc-validation-manager</artifactId>
14
15 <dependencies>
16 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020017 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020018 <artifactId>openecomp-utilities-lib</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
22 <groupId>org.openecomp.sdc</groupId>
23 <artifactId>openecomp-sdc-validation-core</artifactId>
24 <version>${project.version}</version>
25 </dependency>
26 <dependency>
Michael Landoefa037d2017-02-19 12:57:33 +020027 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020028 <artifactId>openecomp-heat-lib</artifactId>
29 <version>${project.version}</version>
30 </dependency>
31
32
33 <dependency>
34 <groupId>org.testng</groupId>
35 <artifactId>testng</artifactId>
36 <version>6.9.10</version>
37 <scope>test</scope>
38 </dependency>
39 <dependency>
40 <groupId>junit</groupId>
41 <artifactId>junit</artifactId>
42 <version>RELEASE</version>
43 <scope>test</scope>
44 </dependency>
45
46
47 <dependency>
48 <groupId>org.openecomp.sdc</groupId>
49 <artifactId>openecomp-sdc-translator-core</artifactId>
50 <version>${project.version}</version>
51 </dependency>
52 <dependency>
53 <groupId>com.fasterxml.jackson.dataformat</groupId>
54 <artifactId>jackson-dataformat-xml</artifactId>
55 <version>2.7.4</version>
56 </dependency>
57 <dependency>
58 <groupId>org.codehaus.woodstox</groupId>
59 <artifactId>woodstox-core-asl</artifactId>
60 <version>4.4.1</version>
61 </dependency>
62 <dependency>
63 <groupId>org.openecomp.sdc</groupId>
64 <artifactId>openecomp-sdc-vendor-license-core</artifactId>
65 <version>${project.version}</version>
66 </dependency>
67 <dependency>
68 <groupId>org.openecomp.sdc</groupId>
69 <artifactId>openecomp-sdc-validation-api</artifactId>
70 <version>${project.version}</version>
71 </dependency>
72 </dependencies>
73
74
75
76
77
78</project>