diff --git a/e2e-test/README.md b/e2e-test/README.md
index b4412de61..00462e5d0 100644
--- a/e2e-test/README.md
+++ b/e2e-test/README.md
@@ -4,7 +4,7 @@ To run Insight Engine tests, minimum version of Repo is ACS 6.0, additionally ru
For more details about the related projects or their deployment see: [Search-Discovery] (https://git.alfresco.com/search_discovery) and (https://github.com/Alfresco/SearchServices).
# Prerequisites
-Java 1.8
+Java 11
Maven 3.2.0
diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml
index 8bbc5a756..dd26657f6 100644
--- a/e2e-test/pom.xml
+++ b/e2e-test/pom.xml
@@ -11,19 +11,27 @@
Search Analytics E2E Tests
Test Project to test Search Service and Analytics Features on a complete setup of Alfresco, Share
- 5.2.0.14
- 5.2.0-3-SNAPSHOT
- 1.0.32
+ 6.0.0.1
+ 6.0.0.0
+ 2.0.1
2.6.0
src/test/resources/SearchSuite.xml
+ 11
+ 3.8.0
org.apache.maven.plugins
maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+ ${java.version}
+ true
+ true
+
org.apache.maven.plugins
@@ -79,12 +87,17 @@
junit
-
+
org.projectlombok
lombok
1.18.4
test
+
+ org.openjfx
+ javafx-fxml
+ 12-ea+10
+
\ No newline at end of file