blob: 02a164511d1646d00e992b175c9084efbf0f5732 [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 <dependencies>
7 <dependency>
8 <groupId>org.openecomp.sdc</groupId>
9 <artifactId>openecomp-sdc-conflict-manager</artifactId>
10 <version>${project.version}</version>
11 </dependency>
12 <dependency>
13 <groupId>org.openecomp.sdc</groupId>
14 <artifactId>openecomp-sdc-common-rest</artifactId>
15 <version>${project.version}</version>
16 </dependency>
17 </dependencies>
18
19 <parent>
20 <groupId>org.openecomp.sdc</groupId>
21 <artifactId>openecomp-sdc-rest-webapp</artifactId>
MichaelMorris0560a3a2023-10-27 18:18:46 +010022 <version>1.13.6-SNAPSHOT</version>
talig8e9c0652017-12-20 14:30:43 +020023 </parent>
24
25 <artifactId>conflict-rest</artifactId>
26
27 <packaging>pom</packaging>
28
29
30 <modules>
31 <module>conflict-rest-services</module>
32 <module>conflict-rest-types</module>
33 </modules>
34
35</project>