From 00764543f3c2bec583674cb769bc81775b52a580 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Wed, 20 Nov 2024 09:23:35 -0800 Subject: [PATCH] [10] Remove the jboss-logging dependency. General updates to the POM. Signed-off-by: James R. Perkins --- pom.xml | 60 ++++++++++++++++++++++++--------------------------------- 1 file changed, 25 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index 3f928d4..0a2b365 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,9 @@ ~ SPDX-License-Identifier: Apache-2.0 --> - + 4.0.0 @@ -25,7 +25,7 @@ Apache License 2.0 - http://repository.jboss.org/licenses/apache-2.0.txt + https://repository.jboss.org/licenses/apache-2.0.txt repo @@ -44,9 +44,9 @@ ${basedir}/target/${wildfly.bootable.jar.name} - 11 - 11 11 + ${maven.compiler.release} + ${maven.compiler.release} @@ -56,19 +56,23 @@ 3.6.1.Final - 3.0.2.Final + 3.0.3.Final 2.1.5.Final 5.11.3 true + ${project.build.directory}/test-modules ${project.build.directory}/server org.wildfly wildfly-ee-galleon-pack + 34.0.0.Final org.wildfly.channels @@ -90,13 +94,6 @@ - - org.jboss.logging - jboss-logging - ${version.org.jboss.logging.jboss-logging} - provided - true - org.jboss.logging jboss-logging-annotations @@ -106,15 +103,6 @@ provided true - - org.jboss.logging - jboss-logging-processor - ${version.org.jboss.logging.jboss-logging-tools} - - provided - true - @@ -148,14 +136,20 @@ - org.apache.maven.plugins + maven-compiler-plugin + + + + org.jboss.logging + jboss-logging-processor + ${version.org.jboss.logging.jboss-logging-tools} + + + + + maven-jar-plugin - - - ${wildfly.launcher.scm.url} - - @@ -166,7 +160,6 @@ - org.apache.maven.plugins maven-checkstyle-plugin @@ -196,7 +189,6 @@ - org.apache.maven.plugins maven-enforcer-plugin @@ -219,7 +211,6 @@ - org.apache.maven.plugins maven-checkstyle-plugin @@ -239,7 +230,7 @@ jboss-modules jar true - ${wildfly.launcher.home} + ${test.modules.path} jboss-modules.jar @@ -248,12 +239,11 @@ - org.apache.maven.plugins maven-surefire-plugin ${jboss.home} - ${wildfly.launcher.home} + ${test.modules.path} ${wildfly.launcher.bootable.jar}