Skip to content

Commit 0e5485e

Browse files
committed
updated shaded jar excludes
updated shaded jar excludes to include jackson libraries which are included in driver.
1 parent ab8a710 commit 0e5485e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,10 @@
228228
<!-- Generally, consumers of the shaded JAR
229229
will already have the driver if they want
230230
the plugin -->
231-
<excludes>com.datastax.oss</excludes>
231+
<excludes>
232+
<exclude>com.datastax.oss</exclude>
233+
<exclude>com.fasterxml.jackson.core</exclude>
234+
</excludes>
232235
</artifactSet>
233236
</configuration>
234237
<executions>

0 commit comments

Comments
 (0)