You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/04/24 18:00:27 UTC

[logging-log4j2] 06/11: LOG4J2-3462 Duplicate dependency in pom.xml (#812)

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 271e489fb4343336e1a3b7f56624d8c9942dd587
Author: Clara Fang <68...@users.noreply.github.com>
AuthorDate: Mon Apr 4 15:01:12 2022 -0400

    LOG4J2-3462 Duplicate dependency in pom.xml (#812)
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22fe39d3d0..5f95e1f5a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1396,11 +1396,6 @@
             <artifactId>wagon-ssh</artifactId>
             <version>3.1.0</version>
           </dependency>
-          <dependency>
-            <groupId>org.asciidoctor</groupId>
-            <artifactId>asciidoctor-maven-plugin</artifactId>
-            <version>${asciidoc.plugin.version}</version>
-          </dependency>
         </dependencies>
         <configuration>
           <!-- only build English site even on other language OS -->