shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [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> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 6 | <dependencies> |
| 7 | <dependency> |
| 8 | <groupId>org.openecomp.sdc</groupId> |
| 9 | <artifactId>openecomp-sdc-datatypes-lib</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 10 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 11 | </dependency> |
| 12 | </dependencies> |
| 13 | |
| 14 | <parent> |
| 15 | <groupId>org.openecomp.sdc</groupId> |
| 16 | <artifactId>openecomp-sdc-orchestration-lib</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 17 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 18 | </parent> |
| 19 | |
| 20 | <groupId>org.openecomp.sdc</groupId> |
| 21 | <artifactId>openecomp-sdc-orchesrtation-api</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 22 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 23 | |
| 24 | |
| 25 | </project> |