File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments