diff --git a/pom.xml b/pom.xml
index 00b0d83..9922884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
com.inteligr8.alfresco
- activiti-java-enterprise-api
+ aps-public-rest-api
1.0.0-v1
Alfresco Process Services ReST API Client for Java
@@ -16,10 +16,10 @@
installation -->
https://activiti.alfresco.com
+ 5.7.2
5.2.14.RELEASE
2.3.10.RELEASE
2.34
- 3.3.2
@@ -59,7 +59,7 @@
org.junit.jupiter
junit-jupiter-api
- 5.7.2
+ ${junit.version}
test
@@ -79,7 +79,18 @@
org.junit.jupiter
junit-jupiter-engine
- 5.7.2
+ ${junit.version}
+
+
+
+
+ maven-failsafe-plugin
+ 3.0.0-M5
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.version}