Skip to content

Commit 9495d5e

Browse files
committed
changed optional modules scope from runtime to test (DE-456)
1 parent c200f9f commit 9495d5e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

driver/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,20 +159,20 @@
159159
<groupId>com.arangodb</groupId>
160160
<artifactId>jackson-serde-json</artifactId>
161161
</dependency>
162+
<dependency>
163+
<groupId>com.google.code.findbugs</groupId>
164+
<artifactId>jsr305</artifactId>
165+
<scope>provided</scope>
166+
</dependency>
162167
<dependency>
163168
<groupId>com.arangodb</groupId>
164169
<artifactId>jackson-serde-vpack</artifactId>
165-
<scope>runtime</scope>
170+
<scope>test</scope>
166171
</dependency>
167172
<dependency>
168173
<groupId>com.arangodb</groupId>
169174
<artifactId>vst-protocol</artifactId>
170-
<scope>runtime</scope>
171-
</dependency>
172-
<dependency>
173-
<groupId>com.google.code.findbugs</groupId>
174-
<artifactId>jsr305</artifactId>
175-
<scope>provided</scope>
175+
<scope>test</scope>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)