Skip to content

Commit 65db822

Browse files
author
Andrew Or
committed
Actually mark slf4j as provided
1 parent abcefd1 commit 65db822

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

network/common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<dependency>
4747
<groupId>org.slf4j</groupId>
4848
<artifactId>slf4j-api</artifactId>
49+
<scope>provided</scope>
4950
</dependency>
5051
<dependency>
5152
<groupId>com.google.guava</groupId>

network/shuffle/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<dependency>
4848
<groupId>org.slf4j</groupId>
4949
<artifactId>slf4j-api</artifactId>
50+
<scope>provided</scope>
5051
</dependency>
5152
<dependency>
5253
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)