File tree 2 files changed +17
-0
lines changed 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 37
37
<japicmp .skip>true</japicmp .skip>
38
38
<maven .deploy.skip>true</maven .deploy.skip>
39
39
<nexus .deploy.skip>true</nexus .deploy.skip>
40
+ <skipItDepCheck >false</skipItDepCheck >
40
41
</properties >
41
42
42
43
<modules >
45
46
<module >guice4</module >
46
47
</modules >
47
48
49
+ <build >
50
+ <plugins >
51
+ <plugin >
52
+ <groupId >org.owasp</groupId >
53
+ <artifactId >dependency-check-maven</artifactId >
54
+ <configuration >
55
+ <skip >${skipItDepCheck} </skip >
56
+ </configuration >
57
+ </plugin >
58
+ </plugins >
59
+ </build >
48
60
<reporting >
49
61
<plugins >
50
62
<plugin >
Original file line number Diff line number Diff line change 1192
1192
<artifactId >guice</artifactId >
1193
1193
<version >${guice.version} </version >
1194
1194
</dependency >
1195
+ <dependency >
1196
+ <groupId >com.google.guava</groupId >
1197
+ <artifactId >guava</artifactId >
1198
+ <version >31.1-jre</version >
1199
+ </dependency >
1195
1200
<dependency >
1196
1201
<groupId >com.google.inject.extensions</groupId >
1197
1202
<artifactId >guice-multibindings</artifactId >
You can’t perform that action at this time.
0 commit comments