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

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


The following commit(s) were added to refs/heads/main by this push:
     new 28c6e08e8e Replace BND with Maven Jar plugin for test-jar
28c6e08e8e is described below

commit 28c6e08e8e370957fb863ada55b9bf2959579b8a
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Dec 27 23:41:24 2023 +0100

    Replace BND with Maven Jar plugin for test-jar
---
 log4j-layout-jackson/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-layout-jackson/pom.xml b/log4j-layout-jackson/pom.xml
index 20decf368a..2f5131de25 100644
--- a/log4j-layout-jackson/pom.xml
+++ b/log4j-layout-jackson/pom.xml
@@ -74,8 +74,8 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>biz.aQute.bnd</groupId>
-        <artifactId>bnd-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
         <executions>
           <execution>
             <id>generate-test-jar</id>

Reply via email to