File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 75
75
</goals >
76
76
<configuration >
77
77
<rules >
78
+ <requireExplicitDependencyScope />
78
79
<dependencyConvergence />
79
80
</rules >
80
81
</configuration >
232
233
<dependency >
233
234
<groupId >com.arangodb</groupId >
234
235
<artifactId >arangodb-java-driver</artifactId >
236
+ <scope >compile</scope >
235
237
</dependency >
236
238
237
239
<!-- Spring -->
238
240
<dependency >
239
241
<groupId >org.springframework</groupId >
240
242
<artifactId >spring-tx</artifactId >
243
+ <scope >compile</scope >
241
244
</dependency >
242
245
<dependency >
243
246
<groupId >org.springframework</groupId >
244
247
<artifactId >spring-context</artifactId >
248
+ <scope >compile</scope >
245
249
</dependency >
246
250
247
251
<!-- Spring Data -->
248
252
<dependency >
249
253
<groupId >org.springframework.data</groupId >
250
254
<artifactId >spring-data-commons</artifactId >
255
+ <scope >compile</scope >
251
256
</dependency >
252
257
253
258
<!-- Test -->
You can’t perform that action at this time.
0 commit comments