Skip to content

Commit c5d6013

Browse files
Fix the latest version of log4j, which has some type of config dependency on OSGi and Bnd tool that requires an empty _bundleannotations XML element
1 parent b806fcd commit c5d6013

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@
882882
<dependency>
883883
<groupId>org.apache.logging.log4j</groupId>
884884
<artifactId>log4j-bom</artifactId>
885-
<version>2.20.0</version>
885+
<version>2.24.3</version>
886886
<type>pom</type>
887887
<scope>import</scope>
888888
</dependency>
@@ -1163,6 +1163,11 @@
11631163
<groupId>org.apache.felix</groupId>
11641164
<artifactId>maven-bundle-plugin</artifactId>
11651165
<version>6.0.0</version>
1166+
<configuration>
1167+
<instructions>
1168+
<_bundleannotations/>
1169+
</instructions>
1170+
</configuration>
11661171
</plugin>
11671172
<plugin>
11681173
<groupId>net.nicoulaj.maven.plugins</groupId>

0 commit comments

Comments
 (0)