From c7fdea482575d27edb3496ed1f0467dd636f020a Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Sat, 9 May 2020 23:51:18 +0200 Subject: [PATCH] Update dependencies Replace Maven Tomcat plugin with Jetty due to Java 8 compatibility (tomcat8-maven-plugin seems to be not maintained anymore). --- .../resources/archetype-resources/pom.xml | 2 +- easy-rules-core/pom.xml | 1 - easy-rules-mvel/pom.xml | 4 +--- easy-rules-spel/pom.xml | 3 +-- easy-rules-support/pom.xml | 1 - easy-rules-tutorials/pom.xml | 20 +++++++------------ pom.xml | 14 +++++++++---- 7 files changed, 20 insertions(+), 25 deletions(-) diff --git a/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml b/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml index 6e91f4b..d534c5d 100755 --- a/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml +++ b/easy-rules-archetype/src/main/resources/archetype-resources/pom.xml @@ -14,7 +14,7 @@ org.slf4j slf4j-simple - 1.7.25 + 1.7.30 diff --git a/easy-rules-core/pom.xml b/easy-rules-core/pom.xml index 0db0329..7fd5b6e 100644 --- a/easy-rules-core/pom.xml +++ b/easy-rules-core/pom.xml @@ -57,7 +57,6 @@ org.slf4j slf4j-simple - ${slf4j-api.version} test diff --git a/easy-rules-mvel/pom.xml b/easy-rules-mvel/pom.xml index dc1ddb4..fe1af8a 100644 --- a/easy-rules-mvel/pom.xml +++ b/easy-rules-mvel/pom.xml @@ -13,7 +13,7 @@ MVEL integration module - 2.4.3.Final + 2.4.7.Final @@ -59,11 +59,9 @@ ${project.version} - org.slf4j slf4j-simple - ${slf4j-api.version} test diff --git a/easy-rules-spel/pom.xml b/easy-rules-spel/pom.xml index fd71798..596cd20 100644 --- a/easy-rules-spel/pom.xml +++ b/easy-rules-spel/pom.xml @@ -13,7 +13,7 @@ Spring Expression Language integration module - 4.3.24.RELEASE + 5.2.6.RELEASE @@ -72,7 +72,6 @@ org.slf4j slf4j-simple - ${slf4j-api.version} test diff --git a/easy-rules-support/pom.xml b/easy-rules-support/pom.xml index bdd1632..6400c99 100644 --- a/easy-rules-support/pom.xml +++ b/easy-rules-support/pom.xml @@ -68,7 +68,6 @@ org.slf4j slf4j-simple - ${slf4j-api.version} test diff --git a/easy-rules-tutorials/pom.xml b/easy-rules-tutorials/pom.xml index a5cb485..302a231 100644 --- a/easy-rules-tutorials/pom.xml +++ b/easy-rules-tutorials/pom.xml @@ -14,11 +14,10 @@ 1.6.0 - 3.1.0 - 2.6 - 2.2 - 2.10 - 1.7.25 + 4.0.1 + 3.2.3 + 9.4.28.v20200408 + 3.1.2 @@ -76,7 +75,6 @@ org.slf4j slf4j-simple - ${slf4j.version} @@ -109,13 +107,9 @@ - org.apache.tomcat.maven - tomcat7-maven-plugin - ${tomcat7-maven-plugin.version} - - 8080 - / - + org.eclipse.jetty + jetty-maven-plugin + ${jetty-maven-plugin.version} org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index 16b09b0..c747d35 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,11 @@ UTF-8 1.8 4.13 - 3.15.0 + 3.16.0 3.3.3 1.19.0 - 1.7.30 - 2.10.3 + 1.7.30 + 2.11.0 2.7 4.3.0 2.5.3 @@ -93,7 +93,13 @@ org.slf4j slf4j-api - ${slf4j-api.version} + ${slf4j.version} + + + + org.slf4j + slf4j-simple + ${slf4j.version}