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> |
| 6 | <dependencies> |
| 7 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 8 | <groupId>org.onap.sdc.common</groupId> |
| 9 | <artifactId>onap-tosca-datatype</artifactId> |
Michael Lando | 17873c4 | 2018-05-27 09:07:08 +0300 | [diff] [blame] | 10 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 11 | </dependency> |
| 12 | <dependency> |
| 13 | <groupId>org.openecomp.sdc.core</groupId> |
| 14 | <artifactId>openecomp-tosca-lib</artifactId> |
Michael Lando | 17873c4 | 2018-05-27 09:07:08 +0300 | [diff] [blame] | 15 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 16 | </dependency> |
| 17 | <dependency> |
| 18 | <groupId>org.openecomp.sdc.core</groupId> |
| 19 | <artifactId>openecomp-facade-core</artifactId> |
Michael Lando | 17873c4 | 2018-05-27 09:07:08 +0300 | [diff] [blame] | 20 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 21 | </dependency> |
| 22 | </dependencies> |
| 23 | |
ayalaben | c42dd9b | 2018-05-24 15:36:27 +0300 | [diff] [blame] | 24 | |
| 25 | <properties> |
| 26 | <jacoco.skip>true</jacoco.skip> <sonar.skip>true</sonar.skip> |
| 27 | </properties> |
| 28 | |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 29 | <parent> |
| 30 | <groupId>org.openecomp.sdc</groupId> |
| 31 | <artifactId>openecomp-tosca-converter-lib</artifactId> |
Michael Lando | 17873c4 | 2018-05-27 09:07:08 +0300 | [diff] [blame] | 32 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 33 | </parent> |
| 34 | |
| 35 | <groupId>org.openecomp.sdc</groupId> |
| 36 | <artifactId>openecomp-tosca-converter-api</artifactId> |
Michael Lando | 17873c4 | 2018-05-27 09:07:08 +0300 | [diff] [blame] | 37 | <version>1.2.0-SNAPSHOT</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 38 | |
| 39 | |
| 40 | </project> |