Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [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 | |
| 7 | <artifactId>build-helper</artifactId> |
| 8 | |
| 9 | <parent> |
| 10 | <artifactId>sdc-onboarding</artifactId> |
| 11 | <groupId>org.openecomp.sdc</groupId> |
| 12 | <version>1.2.0-SNAPSHOT</version> |
| 13 | <relativePath>../../../onboarding</relativePath> |
| 14 | </parent> |
| 15 | |
| 16 | <properties> |
| 17 | <jacoco.skip>true</jacoco.skip> |
| 18 | <pmd.skip>true</pmd.skip> |
| 19 | </properties> |
| 20 | |
| 21 | <dependencies> |
| 22 | <dependency> |
| 23 | <groupId>junit</groupId> |
| 24 | <artifactId>junit</artifactId> |
| 25 | <version>${junit.version}</version> |
| 26 | <scope>provided</scope> |
| 27 | </dependency> |
| 28 | </dependencies> |
| 29 | |
| 30 | |
| 31 | </project> |