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

pkarwasz pushed a commit to branch doc-reference
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 296f00487274aae2ed2fb28e45692b1aed1a3f3c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Dec 8 14:48:36 2023 +0100

    Simplify POMs
---
 log4j-docgen/pom.xml       | 50 ----------------------------------------------
 log4j-tools-parent/pom.xml |  7 +++++++
 2 files changed, 7 insertions(+), 50 deletions(-)

diff --git a/log4j-docgen/pom.xml b/log4j-docgen/pom.xml
index 25a7ced..e5ce263 100644
--- a/log4j-docgen/pom.xml
+++ b/log4j-docgen/pom.xml
@@ -28,47 +28,9 @@
 
   <properties>
     <bnd.baseline.fail.on.missing>false</bnd.baseline.fail.on.missing>
-
-    <!-- Pinned transitive dependencies -->
-    <sisu.plexus.version>0.9.0.M2</sisu.plexus.version>
   </properties>
 
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.eclipse.sisu</groupId>
-        <artifactId>org.eclipse.sisu.plexus</artifactId>
-        <version>${sisu.plexus.version}</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
   <dependencies>
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <version>3.13.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.glassfish.jaxb</groupId>
-      <artifactId>txw2</artifactId>
-      <version>3.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-plugin-processor</artifactId>
-      <version>3.0.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.assertj</groupId>
-      <artifactId>assertj-core</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter-api</artifactId>
@@ -82,18 +44,6 @@
     </dependency>
   </dependencies>
 
-  <repositories>
-    <repository>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <id>apache.https.snapshots</id>
-      <url>https://repository.apache.org/snapshots</url>
-    </repository>
-  </repositories>
   <build>
     <plugins>
 
diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index 5479a8a..5403d43 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -37,6 +37,7 @@
     <freemarker.version>2.3.32</freemarker.version>
     <junit.version>5.10.1</junit.version>
     <modello.version>2.1.2</modello.version>
+    <xmlunit.version>2.9.1</xmlunit.version>
 
     <!-- Maven plugin versions -->
     <maven-plugin.version>3.8.2</maven-plugin.version>
@@ -88,6 +89,12 @@
         <scope>provided</scope>
       </dependency>
 
+      <dependency>
+        <groupId>org.xmlunit</groupId>
+        <artifactId>xmlunit-assertj3</artifactId>
+        <version>${xmlunit.version}</version>
+      </dependency>
+
     </dependencies>
   </dependencyManagement>
 

Reply via email to