summaryrefslogtreecommitdiffstats
path: root/build-tools
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2017-09-18 18:42:12 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2017-10-01 16:54:04 +0300
commita7a8911735fe1c25189e74c1b0e86d06f15b08b7 (patch)
tree90b75b2da1445cf3e0d22c7ceb5e9358dfd2640b /build-tools
parentd3f06f1f2d9ee5824b7271e33330ee1223f087fe (diff)
Fixed build and version of build-tools
Declared PMD dependencies under PMD Maven plugin. Build-tools are now part of the onboarding profile. Version is now aligned with the project version. Change-Id: Ibba68c83b7a888c2adc39f9915de0a4003c63c0f Issue-ID: SDC-348 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
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