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