Skip to content

Commit bfb178a

Browse files
committed
Mark Kafka jersey dependencies as provided
1 parent bed5618 commit bfb178a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

external/kafka-assembly/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@
6868
<dependency>
6969
<groupId>org.glassfish.jersey.core</groupId>
7070
<artifactId>jersey-client</artifactId>
71+
<scope>provided</scope>
7172
</dependency>
7273
<dependency>
7374
<groupId>org.glassfish.jersey.core</groupId>
7475
<artifactId>jersey-common</artifactId>
76+
<scope>provided</scope>
7577
</dependency>
7678
<dependency>
7779
<groupId>org.glassfish.jersey.core</groupId>

0 commit comments

Comments
 (0)