diff --git a/client-api/pom.xml b/client-api/pom.xml
index 785a08c0..353f48b2 100644
--- a/client-api/pom.xml
+++ b/client-api/pom.xml
@@ -1,6 +1,6 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
it.unibo.arces.wot
@@ -18,7 +18,7 @@
org.apache.httpcomponents
httpclient
- 4.5.13
+ 4.5.14
@@ -30,13 +30,13 @@
org.slf4j
slf4j-simple
- 1.7.26
+ 2.0.13
org.glassfish.tyrus.bundles
tyrus-standalone-client
- 2.1.3
+ 2.1.5
@@ -48,12 +48,7 @@
javax.xml.bind
jaxb-api
- 2.3.0
-
-
- org.apache.logging.log4j
- log4j-core
- 2.23.1
+ 2.4.0-b180830.0359
-
+
\ No newline at end of file
diff --git a/engine/pom.xml b/engine/pom.xml
index 9dab3ea5..d4957b70 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -1,6 +1,6 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
it.unibo.arces.wot
@@ -19,7 +19,7 @@
http://dl.bintray.com/cy6ergn0m/maven
-
+
@@ -85,7 +85,7 @@
+ implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
it.unibo.arces.wot.sepa.engine.core.Engine
true
@@ -126,7 +126,7 @@
org.apache.directory.api
api-all
- 2.0.0.AM4
+ 2.1.6
org.slf4j
@@ -138,4 +138,4 @@
-
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3449aa27..77c69fb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
it.unibo.arces.wot
sepa
@@ -138,7 +138,7 @@
-
+
@@ -157,7 +157,7 @@
org.apache.jena
apache-jena-libs
- 4.9.0
+ 5.0.0
pom
@@ -200,22 +200,22 @@
com.nimbusds
nimbus-jose-jwt
- 9.31
+ 9.40
org.junit.jupiter
junit-jupiter-api
- 5.10.0
+ 5.10.3
org.junit.jupiter
junit-jupiter-engine
- 5.10.0
+ 5.10.2
org.java-websocket
Java-WebSocket
- 1.5.3
+ 1.5.7
-
+
\ No newline at end of file