Skip to content

Commit f8f852d

Browse files
committed
Fix jersey dependency in kinesis-asl-assembly
1 parent 1d1aff9 commit f8f852d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extras/kinesis-asl-assembly/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
<scope>provided</scope>
6767
</dependency>
6868
<dependency>
69-
<groupId>org.glassfish.jersey</groupId>
69+
<groupId>org.glassfish.jersey.core</groupId>
7070
<artifactId>jersey-server</artifactId>
7171
<scope>provided</scope>
7272
</dependency>
7373
<dependency>
74-
<groupId>org.glassfish.jersey</groupId>
75-
<artifactId>jersey-core</artifactId>
74+
<groupId>org.glassfish.jersey.core</groupId>
75+
<artifactId>jersey-common</artifactId>
7676
<scope>provided</scope>
7777
</dependency>
7878
<dependency>

0 commit comments

Comments
 (0)