blob: d3003d9a9146cd900cc16fd8d1f5aba5b83659f3 [file] [log] [blame]
talig8e9c0652017-12-20 14:30:43 +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
8 <parent>
9 <groupId>org.openecomp.sdc</groupId>
10 <artifactId>openecomp-conflict-lib</artifactId>
shrek200065f0aa32020-02-02 10:40:15 +020011 <version>1.6.1-SNAPSHOT</version>
talig8e9c0652017-12-20 14:30:43 +020012 </parent>
13
14 <artifactId>openecomp-conflict-api</artifactId>
15
Tomasz Golabek430315a2019-08-07 15:35:28 +020016 <properties>
17 <java-hamcrest.version>2.0.0.0</java-hamcrest.version>
18 </properties>
talig8e9c0652017-12-20 14:30:43 +020019
20 <dependencies>
21 <dependency>
22 <groupId>org.openecomp.sdc.core</groupId>
23 <artifactId>openecomp-facade-core</artifactId>
24 <version>${project.version}</version>
25 </dependency>
26 <dependency>
27 <groupId>org.openecomp.sdc.core</groupId>
28 <artifactId>openecomp-facade-api</artifactId>
29 <version>${project.version}</version>
30 </dependency>
31 <dependency>
32 <groupId>org.openecomp.sdc</groupId>
33 <artifactId>openecomp-sdc-versioning-api</artifactId>
34 <version>${project.version}</version>
35 </dependency>
Tomasz Golabek430315a2019-08-07 15:35:28 +020036 <dependency>
37 <groupId>junit</groupId>
38 <artifactId>junit</artifactId>
39 <version>${junit.version}</version>
40 <scope>test</scope>
41 </dependency>
talig8e9c0652017-12-20 14:30:43 +020042 </dependencies>
43
talig8e9c0652017-12-20 14:30:43 +020044</project>