Skip to content

Commit 067d56e

Browse files
committed
PDFBOX-5660: don't use compile scope for log4j-core as advised by Piotr P. Karwasz in discussion 3755; remove version where not needed
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1927265 13f79535-47bb-0310-9956-ffa450edef68
1 parent f81c7c5 commit 067d56e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

benchmark/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<dependency>
6464
<groupId>org.apache.logging.log4j</groupId>
6565
<artifactId>log4j-core</artifactId>
66+
<scope>runtime</scope>
6667
</dependency>
6768
</dependencies>
6869

examples/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
<dependency>
127127
<groupId>org.apache.logging.log4j</groupId>
128128
<artifactId>log4j-core</artifactId>
129+
<scope>runtime</scope>
129130
</dependency>
130131
<dependency>
131132
<groupId>org.verapdf</groupId>

fontbox/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,10 @@
5252
<dependency>
5353
<groupId>org.apache.logging.log4j</groupId>
5454
<artifactId>log4j-api</artifactId>
55-
<version>${log4j2.version}</version>
5655
</dependency>
5756
<dependency>
5857
<groupId>org.apache.logging.log4j</groupId>
5958
<artifactId>log4j-core</artifactId>
60-
<version>${log4j2.version}</version>
6159
<scope>test</scope>
6260
</dependency>
6361
<dependency>

0 commit comments

Comments
 (0)