Skip to content

Commit 9b342d1

Browse files
committed
try log4j-bom again
git-svn-id: https://svn.apache.org/repos/asf/xmlbeans/trunk@1922284 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7e31ccd commit 9b342d1

File tree

1 file changed

+12
-8
lines changed
  • src/main/maven/org.apache.xmlbeans/xmlbeans

1 file changed

+12
-8
lines changed

src/main/maven/org.apache.xmlbeans/xmlbeans/pom.xml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,22 @@
7676
</developer>
7777
</developers>
7878

79+
<dependencyManagement>
80+
<dependencies>
81+
<dependency>
82+
<groupId>org.apache.logging.log4j</groupId>
83+
<artifactId>log4j-bom</artifactId>
84+
<version>2.24.2</version>
85+
<type>pom</type>
86+
<scope>import</scope>
87+
</dependency>
88+
</dependencies>
89+
</dependencyManagement>
90+
7991
<dependencies>
80-
<dependency>
81-
<groupId>org.apache.logging.log4j</groupId>
82-
<artifactId>log4j-bom</artifactId>
83-
<version>2.24.2</version>
84-
<type>pom</type>
85-
<scope>import</scope>
86-
</dependency>
8792
<dependency>
8893
<groupId>org.apache.logging.log4j</groupId>
8994
<artifactId>log4j-api</artifactId>
90-
<version>2.24.2</version>
9195
</dependency>
9296
<dependency>
9397
<groupId>net.sf.saxon</groupId>

0 commit comments

Comments
 (0)