jdeprscan tool is introduced in JDK9, so maven-jdeprscan-plugin only works with JDK9+
diff --git a/Jenkinsfile b/Jenkinsfile
index 09ac70f..22f3779 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpStdBuild()
+asfMavenTlpStdBuild(jdk:[9])