From 3ca6eec90fe35bc4f7ad851e105999385c301d5c Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Thu, 25 Apr 2019 11:42:26 -0400 Subject: [PATCH] Revert "ARTEMIS-2319 Upgrading jboss-logging dependencies" This reverts commit ad2ecd77d2cad093e7dca04af6d8b820947ef52a. This was causing an issue when starting the server: ``` java.lang.NoClassDefFoundError: org/wildfly/common/net/HostName at org.jboss.logmanager.ExtLogRecord.(ExtLogRecord.java:87) at org.jboss.logmanager.Logger.log(Logger.java:796) at org.jboss.logging.JBossLogManagerLogger.doLog(JBossLogManagerLogger.java:44) at org.jboss.logging.Logger.logv(Logger.java:2226) at org.apache.activemq.artemis.integration.bootstrap.ActiveMQBootstrapLogger_$logger.serverStarting(ActiveMQBootstrapLogger_$logger.java:35) at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:68) at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:85) ``` --- artemis-maven-plugin/pom.xml | 6 +++--- pom.xml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml index c59733be2b..3b75a00ba4 100644 --- a/artemis-maven-plugin/pom.xml +++ b/artemis-maven-plugin/pom.xml @@ -85,12 +85,12 @@ - - + + org.apache.maven.plugins maven-plugin-plugin - 3.5.2 + 3.4 default-descriptor diff --git a/pom.xml b/pom.xml index df99288b37..0dde6e7a4e 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 3.2.2 1.14 19.0 - 3.4.0.Final + 3.3.1.Final 9.4.3.v20170317 3.6.13.Final 2.4 @@ -100,7 +100,7 @@ 1.0-alpha-1 1 1.11 - 2.1.10.Final + 2.0.3.Final 1.0.4.GA 0.7 1.0.1 @@ -313,14 +313,14 @@ org.jboss.logging jboss-logging-processor - 2.2.0.Final + 2.1.0.Final true org.jboss.logging jboss-logging-annotations - 2.2.0.Final + 2.1.0.Final provided true