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 28
28
<groupId >com.arangodb</groupId >
29
29
<artifactId >serde-api</artifactId >
30
30
</exclusion >
31
- <exclusion >
32
- <groupId >com.arangodb</groupId >
33
- <artifactId >jackson-serde</artifactId >
34
- </exclusion >
35
31
</exclusions >
36
32
</dependency >
37
33
<dependency >
38
34
<groupId >com.arangodb</groupId >
39
35
<artifactId >jackson-dataformat-velocypack</artifactId >
40
36
</dependency >
37
+ <dependency >
38
+ <groupId >com.arangodb</groupId >
39
+ <artifactId >jackson-serde</artifactId >
40
+ </dependency >
41
41
<dependency >
42
42
<groupId >org.slf4j</groupId >
43
43
<artifactId >slf4j-api</artifactId >
66
66
<artifactSet >
67
67
<excludes >
68
68
<exclude >org.slf4j:slf4j-api</exclude >
69
+ <exclude >com.arangodb:jackson-serde</exclude >
69
70
<exclude >com.arangodb:velocypack</exclude >
70
71
</excludes >
71
72
</artifactSet >
You can’t perform that action at this time.
0 commit comments