diff --git a/tests/functional/jaws/pom.xml b/tests/functional/jaws/pom.xml
index b353168507..23ab917b61 100644
--- a/tests/functional/jaws/pom.xml
+++ b/tests/functional/jaws/pom.xml
@@ -36,7 +36,7 @@
1.0.0
UTF-8
- 1.6
+ 1.8
${project.custom.java.version}
${project.custom.java.version}
${project.custom.encoding}
@@ -53,6 +53,15 @@
false
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+ ${maven.compiler.source}
+ ${maven.compiler.target}
+
+