blob: 4fd780c95bfa087454c9a514da99d960649f3879 [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
AviZi280f8012017-06-09 02:39:56 +03007 <artifactId>openecomp-sdc-validation-manager</artifactId>
8
Michael Landof5f13c42017-02-19 12:35:04 +02009 <parent>
10 <groupId>org.openecomp.sdc</groupId>
11 <artifactId>backend</artifactId>
Michael Lando1276ee12018-11-01 16:25:31 +020012 <version>1.3.2-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 </parent>
14
Michael Landof5f13c42017-02-19 12:35:04 +020015 <dependencies>
16 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030017 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020018 <artifactId>openecomp-utilities-lib</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030022 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020023 <artifactId>openecomp-heat-lib</artifactId>
24 <version>${project.version}</version>
25 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020026 <dependency>
27 <groupId>org.testng</groupId>
28 <artifactId>testng</artifactId>
AviZi280f8012017-06-09 02:39:56 +030029 <version>${testng.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020030 <scope>test</scope>
31 </dependency>
32 <dependency>
33 <groupId>junit</groupId>
34 <artifactId>junit</artifactId>
AviZi280f8012017-06-09 02:39:56 +030035 <version>${junit.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020036 <scope>test</scope>
37 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020038 <dependency>
39 <groupId>org.openecomp.sdc</groupId>
40 <artifactId>openecomp-sdc-translator-core</artifactId>
41 <version>${project.version}</version>
42 </dependency>
43 <dependency>
44 <groupId>com.fasterxml.jackson.dataformat</groupId>
45 <artifactId>jackson-dataformat-xml</artifactId>
AviZi280f8012017-06-09 02:39:56 +030046 <version>${jackson.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020047 </dependency>
48 <dependency>
49 <groupId>org.codehaus.woodstox</groupId>
50 <artifactId>woodstox-core-asl</artifactId>
AviZi280f8012017-06-09 02:39:56 +030051 <version>${woodstox.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020052 </dependency>
53 <dependency>
54 <groupId>org.openecomp.sdc</groupId>
55 <artifactId>openecomp-sdc-vendor-license-core</artifactId>
56 <version>${project.version}</version>
57 </dependency>
58 <dependency>
59 <groupId>org.openecomp.sdc</groupId>
60 <artifactId>openecomp-sdc-validation-api</artifactId>
61 <version>${project.version}</version>
62 </dependency>
AviZi280f8012017-06-09 02:39:56 +030063 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030064 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030065 <artifactId>openecomp-common-lib</artifactId>
66 <version>${project.version}</version>
67 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020068 </dependencies>
69
70
AviZi280f8012017-06-09 02:39:56 +030071</project>