aboutsummaryrefslogtreecommitdiffstats
path: root/build-tools
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-10-01 16:54:33 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-01 16:54:33 +0000
commit6df92161cb1ec6f71fcc97e99c159d23296a39e8 (patch)
tree2710e9eb8dee7ceae007293c535e4a74d4bc35a4 /build-tools
parent219e6397500f951bdee70b926ab49fc65a7c86cd (diff)
parenta7a8911735fe1c25189e74c1b0e86d06f15b08b7 (diff)
Merge "Fixed build and version of build-tools" into release-1.1.0
Diffstat (limited to 'build-tools')
-rw-r--r--build-tools/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 952ebef380..24a6742b71 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -15,21 +15,4 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
- <properties>
- <pmd.version>5.8.1</pmd.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>net.sourceforge.pmd</groupId>
- <artifactId>pmd-core</artifactId>
- <version>${pmd.version}</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.pmd</groupId>
- <artifactId>pmd-java</artifactId>
- <version>${pmd.version}</version>
- </dependency>
- </dependencies>
-
</project> \ No newline at end of file