You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/07/20 16:07:51 UTC

[activemq-artemis] 06/25: fixup for release profile following prior rebases+squashes

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch new-logging
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 367c128f84690911537de2175c492aba7f8e08b7
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 11 16:47:12 2022 +0100

    fixup for release profile following prior rebases+squashes
---
 artemis-website/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml
index 76b608b33d..25c4237604 100644
--- a/artemis-website/pom.xml
+++ b/artemis-website/pom.xml
@@ -117,12 +117,6 @@
             </dependency>
 
             <!-- stuff needed to resolve various classes during javadoc processing -->
-            <dependency>
-               <groupId>org.jboss.logging</groupId>
-               <artifactId>jboss-logging-processor</artifactId>
-               <scope>provided</scope>
-               <optional>true</optional>
-            </dependency>
             <dependency>
                <groupId>xalan</groupId>
                <artifactId>xalan</artifactId>
@@ -134,6 +128,12 @@
                <artifactId>jsr305</artifactId>
               <scope>provided</scope>
             </dependency>
+            <dependency>
+               <groupId>org.apache.activemq</groupId>
+               <artifactId>artemis-log-processor</artifactId>
+               <version>${project.version}</version>
+               <scope>provided</scope>
+            </dependency>
          </dependencies>
 
          <build>