Skip to content

Commit abae4a2

Browse files
authored
Don't force a specific logger version by setting scope to provided (#27)
1 parent 318bd8b commit abae4a2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

log4j-ecs-layout/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<groupId>log4j</groupId>
2626
<artifactId>log4j</artifactId>
2727
<version>1.2.17</version>
28+
<scope>provided</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>${project.groupId}</groupId>

log4j2-ecs-layout/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
<groupId>org.apache.logging.log4j</groupId>
5151
<artifactId>log4j-core</artifactId>
5252
<version>2.12.0</version>
53+
<scope>provided</scope>
5354
</dependency>
5455
<dependency>
5556
<groupId>${project.groupId}</groupId>

logback-ecs-encoder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<groupId>ch.qos.logback</groupId>
2626
<artifactId>logback-classic</artifactId>
2727
<version>1.2.3</version>
28+
<scope>provided</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)