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 | <build> |
| 7 | <plugins> |
| 8 | <plugin> |
| 9 | <groupId>org.apache.maven.plugins</groupId> |
| 10 | <artifactId>maven-compiler-plugin</artifactId> |
| 11 | <configuration> |
| 12 | <source>1.8</source> |
| 13 | <target>1.8</target> |
| 14 | </configuration> |
| 15 | </plugin> |
| 16 | </plugins> |
| 17 | </build> |
| 18 | <dependencies> |
| 19 | <dependency> |
| 20 | <groupId>org.openecomp.sdc</groupId> |
| 21 | <artifactId>openecomp-sdc-datatypes-lib</artifactId> |
| 22 | <version>1.1.0-SNAPSHOT</version> |
| 23 | </dependency> |
| 24 | </dependencies> |
| 25 | |
| 26 | <parent> |
| 27 | <groupId>org.openecomp.sdc</groupId> |
| 28 | <artifactId>openecomp-sdc-orchestration-lib</artifactId> |
| 29 | <version>1.1.0-SNAPSHOT</version> |
| 30 | </parent> |
| 31 | |
| 32 | <groupId>org.openecomp.sdc</groupId> |
| 33 | <artifactId>openecomp-sdc-orchesrtation-api</artifactId> |
| 34 | <version>1.1.0-SNAPSHOT</version> |
| 35 | |
| 36 | |
| 37 | </project> |