talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 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 | <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> |
MichaelMorris | 0560a3a | 2023-10-27 18:18:46 +0100 | [diff] [blame] | 22 | <version>1.13.6-SNAPSHOT</version> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 23 | </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> |