Skip to content

Commit 47513b5

Browse files
committed
re-added jackson-serde transitive dependency to shaded driver
1 parent b5cba3e commit 47513b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

shaded/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
<groupId>com.arangodb</groupId>
2929
<artifactId>serde-api</artifactId>
3030
</exclusion>
31-
<exclusion>
32-
<groupId>com.arangodb</groupId>
33-
<artifactId>jackson-serde</artifactId>
34-
</exclusion>
3531
</exclusions>
3632
</dependency>
3733
<dependency>
3834
<groupId>com.arangodb</groupId>
3935
<artifactId>jackson-dataformat-velocypack</artifactId>
4036
</dependency>
37+
<dependency>
38+
<groupId>com.arangodb</groupId>
39+
<artifactId>jackson-serde</artifactId>
40+
</dependency>
4141
<dependency>
4242
<groupId>org.slf4j</groupId>
4343
<artifactId>slf4j-api</artifactId>
@@ -66,6 +66,7 @@
6666
<artifactSet>
6767
<excludes>
6868
<exclude>org.slf4j:slf4j-api</exclude>
69+
<exclude>com.arangodb:jackson-serde</exclude>
6970
<exclude>com.arangodb:velocypack</exclude>
7071
</excludes>
7172
</artifactSet>

0 commit comments

Comments
 (0)