File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 29
29
<groupId >jakarta.json.bind</groupId >
30
30
<artifactId >jakarta.json.bind-api</artifactId >
31
31
<version >3.0.0</version >
32
+ <scope >compile</scope >
32
33
</dependency >
33
34
</dependencies >
34
35
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >com.arangodb</groupId >
25
25
<artifactId >core</artifactId >
26
+ <scope >compile</scope >
26
27
</dependency >
27
28
<dependency >
28
29
<groupId >com.arangodb</groupId >
29
30
<artifactId >http-protocol</artifactId >
31
+ <scope >compile</scope >
30
32
</dependency >
31
33
<dependency >
32
34
<groupId >com.arangodb</groupId >
33
35
<artifactId >vst-protocol</artifactId >
36
+ <scope >compile</scope >
34
37
</dependency >
35
38
<dependency >
36
39
<groupId >com.arangodb</groupId >
37
40
<artifactId >jackson-dataformat-velocypack</artifactId >
41
+ <scope >compile</scope >
38
42
</dependency >
39
43
<dependency >
40
44
<groupId >org.slf4j</groupId >
41
45
<artifactId >slf4j-api</artifactId >
46
+ <scope >compile</scope >
42
47
</dependency >
43
48
<dependency >
44
49
<!-- build arangodb-java-driver before so that we can use the javadoc artifact -->
You can’t perform that action at this time.
0 commit comments