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 7575 </goals >
7676 <configuration >
7777 <rules >
78+ <requireExplicitDependencyScope />
7879 <dependencyConvergence />
7980 </rules >
8081 </configuration >
232233 <dependency >
233234 <groupId >com.arangodb</groupId >
234235 <artifactId >arangodb-java-driver</artifactId >
236+ <scope >compile</scope >
235237 </dependency >
236238
237239 <!-- Spring -->
238240 <dependency >
239241 <groupId >org.springframework</groupId >
240242 <artifactId >spring-tx</artifactId >
243+ <scope >compile</scope >
241244 </dependency >
242245 <dependency >
243246 <groupId >org.springframework</groupId >
244247 <artifactId >spring-context</artifactId >
248+ <scope >compile</scope >
245249 </dependency >
246250
247251 <!-- Spring Data -->
248252 <dependency >
249253 <groupId >org.springframework.data</groupId >
250254 <artifactId >spring-data-commons</artifactId >
255+ <scope >compile</scope >
251256 </dependency >
252257
253258 <!-- Test -->
You can’t perform that action at this time.
0 commit comments