Author: tilman
Date: Sat Nov  4 10:34:17 2023
New Revision: 1913574

URL: http://svn.apache.org/viewvc?rev=1913574&view=rev
Log:
PDFBOX-5695: clean up POM files, by Axel Howind

Modified:
    pdfbox/trunk/debugger/pom.xml
    pdfbox/trunk/examples/pom.xml
    pdfbox/trunk/parent/pom.xml
    pdfbox/trunk/tools/pom.xml

Modified: pdfbox/trunk/debugger/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/debugger/pom.xml?rev=1913574&r1=1913573&r2=1913574&view=diff
==============================================================================
--- pdfbox/trunk/debugger/pom.xml (original)
+++ pdfbox/trunk/debugger/pom.xml Sat Nov  4 10:34:17 2023
@@ -49,8 +49,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+   </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
         <groupId>org.apache.pdfbox</groupId>

Modified: pdfbox/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/examples/pom.xml?rev=1913574&r1=1913573&r2=1913574&view=diff
==============================================================================
--- pdfbox/trunk/examples/pom.xml (original)
+++ pdfbox/trunk/examples/pom.xml Sat Nov  4 10:34:17 2023
@@ -99,13 +99,12 @@
     </dependency>
     <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-core</artifactId>
-        <scope>test</scope>
+        <artifactId>log4j-api</artifactId>
     </dependency>
     <dependency>
         <groupId>org.apache.logging.log4j</groupId>
         <artifactId>log4j-core</artifactId>
-        <scope>runtime</scope>
+        <scope>provided</scope>
     </dependency>
   </dependencies>
 

Modified: pdfbox/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1913574&r1=1913573&r2=1913574&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Sat Nov  4 10:34:17 2023
@@ -82,7 +82,7 @@
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-core</artifactId>
                 <version>${log4j2.version}</version>
-                <scope>test</scope>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>commons-io</groupId>

Modified: pdfbox/trunk/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/trunk/tools/pom.xml?rev=1913574&r1=1913573&r2=1913574&view=diff
==============================================================================
--- pdfbox/trunk/tools/pom.xml (original)
+++ pdfbox/trunk/tools/pom.xml Sat Nov  4 10:34:17 2023
@@ -50,12 +50,7 @@
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-core</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <scope>test</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>


Reply via email to