File tree Expand file tree Collapse file tree 8 files changed +17
-1
lines changed Expand file tree Collapse file tree 8 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.slf4j</groupId >
2424 <artifactId >slf4j-api</artifactId >
25+ <scope >compile</scope >
2526 </dependency >
2627 <dependency >
2728 <groupId >com.fasterxml.jackson.core</groupId >
2829 <artifactId >jackson-databind</artifactId >
30+ <scope >compile</scope >
2931 </dependency >
3032 <dependency >
3133 <groupId >com.fasterxml.jackson.core</groupId >
3234 <artifactId >jackson-core</artifactId >
35+ <scope >compile</scope >
3336 </dependency >
3437 <dependency >
3538 <groupId >com.fasterxml.jackson.core</groupId >
3639 <artifactId >jackson-annotations</artifactId >
40+ <scope >compile</scope >
3741 </dependency >
3842 <dependency >
3943 <groupId >com.google.code.findbugs</groupId >
Original file line number Diff line number Diff line change 168168 <dependency >
169169 <groupId >com.arangodb</groupId >
170170 <artifactId >core</artifactId >
171+ <scope >compile</scope >
171172 </dependency >
172173 <dependency >
173174 <groupId >com.arangodb</groupId >
174175 <artifactId >http-protocol</artifactId >
176+ <scope >compile</scope >
175177 </dependency >
176178 <dependency >
177179 <groupId >com.arangodb</groupId >
178180 <artifactId >jackson-serde-json</artifactId >
181+ <scope >compile</scope >
179182 </dependency >
180183 <dependency >
181184 <groupId >com.google.code.findbugs</groupId >
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >io.vertx</groupId >
2929 <artifactId >vertx-web-client</artifactId >
30+ <scope >compile</scope >
3031 </dependency >
3132 </dependencies >
3233
Original file line number Diff line number Diff line change 3333 <plugin >
3434 <groupId >org.apache.maven.plugins</groupId >
3535 <artifactId >maven-enforcer-plugin</artifactId >
36- <version >3.1 .0</version >
36+ <version >3.3 .0</version >
3737 <executions >
3838 <execution >
3939 <id >enforce-bytecode-version</id >
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.fasterxml.jackson.core</groupId >
2929 <artifactId >jackson-databind</artifactId >
30+ <scope >compile</scope >
3031 </dependency >
3132 <dependency >
3233 <groupId >com.fasterxml.jackson.core</groupId >
3334 <artifactId >jackson-core</artifactId >
35+ <scope >compile</scope >
3436 </dependency >
3537 <dependency >
3638 <groupId >com.fasterxml.jackson.core</groupId >
3739 <artifactId >jackson-annotations</artifactId >
40+ <scope >compile</scope >
3841 </dependency >
3942 </dependencies >
4043
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.arangodb</groupId >
3030 <artifactId >jackson-serde-json</artifactId >
31+ <scope >compile</scope >
3132 </dependency >
3233 <dependency >
3334 <groupId >com.arangodb</groupId >
3435 <artifactId >jackson-dataformat-velocypack</artifactId >
36+ <scope >compile</scope >
3537 </dependency >
3638 <dependency >
3739 <groupId >com.arangodb</groupId >
3840 <artifactId >velocypack</artifactId >
41+ <scope >compile</scope >
3942 </dependency >
4043 </dependencies >
4144
Original file line number Diff line number Diff line change 323323 </goals >
324324 <configuration >
325325 <rules >
326+ <requireExplicitDependencyScope />
326327 <requireMavenVersion >
327328 <version >3.6</version >
328329 </requireMavenVersion >
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.arangodb</groupId >
2929 <artifactId >velocypack</artifactId >
30+ <scope >compile</scope >
3031 </dependency >
3132 </dependencies >
3233
You can’t perform that action at this time.
0 commit comments