diff --git a/back/pom.xml b/back/pom.xml
index b6babad..504c358 100644
--- a/back/pom.xml
+++ b/back/pom.xml
@@ -5,8 +5,8 @@
0.2.3
3.1
- 17
- 17
+ 21
+ 21
3.1.1
@@ -19,26 +19,47 @@
kangaroo-and-rabbit
- archidata
- 0.3.7
+ archidata
+ 0.6.1
org.slf4j
slf4j-simple
- 2.0.7
-
+ 2.0.9
-
+
+
+ org.junit.jupiter
+ junit-jupiter-api
+ 5.10.1
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ 5.10.1
+ test
+
+
src
test/src
- ${project.basedir}/out/maven/
+ ${project.basedir}/out/maven/
src/resources
+
+
+ ${basedir}/test/resources
+
+
org.apache.maven.plugins
@@ -47,21 +68,21 @@
${maven.compiler.target}
-
- org.codehaus.mojo
- exec-maven-plugin
- 1.4.0
-
- io.scenarium.oauth.WebLauncher
-
+ org.codehaus.mojo
+ exec-maven-plugin
+ 1.4.0
+
+ org.kar.karanage.WebLauncher
+
org.apache.maven.plugins
maven-source-plugin
+ 3.2.1
attach-sources
@@ -77,27 +98,28 @@
maven-surefire-plugin
3.0.0-M5
-
- maven-assembly-plugin
-
-
-
- fully.qualified.MainClass
-
-
-
- jar-with-dependencies
-
-
-
+
+ maven-assembly-plugin
+
+
+
+ fully.qualified.MainClass
+
+
+
+ jar-with-dependencies
+
+
+
@@ -122,6 +164,23 @@
true
+
+ org.codehaus.mojo
+ exec-maven-plugin
+ 3.1.0
+
+
+ exec-application
+ package
+
+ java
+
+
+
+
+ org.kar.karanage.WebLauncher
+
+