Add xml-2 package to project

This commit is contained in:
2025-04-29 10:51:40 -04:00
parent bcbd0bbd49
commit df92665db0
6 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<dependency> <!-- needed to bridge to slf4j for projects that use the log4j APIs directly -->
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${version.slf4j}</version>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>