File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 16
16
<groupId >org.mock-server</groupId >
17
17
<artifactId >mockserver-netty</artifactId >
18
18
<version >5.15.0</version >
19
+ <scope >test</scope >
19
20
</dependency >
20
21
<dependency >
21
22
<groupId >com.arangodb</groupId >
22
23
<artifactId >arangodb-java-driver</artifactId >
24
+ <scope >test</scope >
23
25
</dependency >
24
26
<dependency >
25
27
<groupId >com.arangodb</groupId >
26
28
<artifactId >vst-protocol</artifactId >
29
+ <scope >test</scope >
27
30
</dependency >
28
31
<dependency >
29
32
<groupId >com.arangodb</groupId >
30
33
<artifactId >jackson-serde-vpack</artifactId >
34
+ <scope >test</scope >
31
35
</dependency >
32
36
<dependency >
33
37
<groupId >eu.rekawek.toxiproxy</groupId >
34
38
<artifactId >toxiproxy-java</artifactId >
35
39
<version >2.1.7</version >
40
+ <scope >test</scope >
36
41
</dependency >
37
42
<dependency >
38
43
<groupId >org.awaitility</groupId >
39
44
<artifactId >awaitility</artifactId >
40
45
<version >4.2.0</version >
46
+ <scope >test</scope >
41
47
</dependency >
42
48
<dependency >
43
49
<groupId >ch.qos.logback</groupId >
44
50
<artifactId >logback-classic</artifactId >
45
51
<version >1.4.12</version >
52
+ <scope >test</scope >
46
53
</dependency >
47
54
</dependencies >
48
55
You can’t perform that action at this time.
0 commit comments