diff --git a/.travis/build-deploy.sh b/.travis/build-deploy.sh
index 3b7c22b9dd..e7e6d8538c 100755
--- a/.travis/build-deploy.sh
+++ b/.travis/build-deploy.sh
@@ -28,8 +28,7 @@ echo "Building PMD ${VERSION} on branch ${TRAVIS_BRANCH}"
# determine java 7 path
JAVA7_HOME=$(jdk_switcher home openjdk7)
-# TODO : Once we release PMD 6.0.0 and have a compatible PMD plugin, enable PMD once again
-MVN_BUILD_FLAGS="-B -V -Djava7.home=${JAVA7_HOME} -Dpmd.skip=true"
+MVN_BUILD_FLAGS="-B -V -Djava7.home=${JAVA7_HOME}"
if travis_isPullRequest; then
diff --git a/pom.xml b/pom.xml
index 65282339da..c339941051 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,7 +261,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
5.0
2.20.1
2.17
- 3.8
+ 3.9.0
1.10.1
3.0.0-M1
4.7
@@ -541,12 +541,12 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
net.sourceforge.pmd
pmd-core
- 5.8.1
+ 6.0.1
net.sourceforge.pmd
pmd-java
- 5.8.1
+ 6.0.1