You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/22 18:59:12 UTC

[logging-log4j2] 03/03: Improve `log4j-osgi` POM

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

vy pushed a commit to branch mvn-site-simplified-3.x-take2
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit c3176236c17fc3118a6fded09146b4743a2937de
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Sat Jan 21 22:31:35 2023 +0100

    Improve `log4j-osgi` POM
---
 log4j-osgi/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml
index 2aa49bdeb7..6a4440376f 100644
--- a/log4j-osgi/pom.xml
+++ b/log4j-osgi/pom.xml
@@ -31,7 +31,6 @@
     <docLabel>OSGi Documentation</docLabel>
     <projectDir>/osgi</projectDir>
     <module.name>org.apache.logging.log4j.osgi</module.name>
-    <pax.exam.version>4.13.5</pax.exam.version>
   </properties>
   <dependencies>
     <dependency>
@@ -140,7 +139,6 @@
       <plugin>
         <groupId>org.ops4j.pax.exam</groupId>
         <artifactId>exam-maven-plugin</artifactId>
-        <version>${pax.exam.version}</version>
         <executions>
             <execution>
                 <phase>generate-test-resources</phase>