Skip to content

Commit 6bf5695

Browse files
authored
Merge pull request #471 from apache/update-guava-1-10-x
update guava 1 10 x
2 parents b1bd9ba + 7bbb0e0 commit 6bf5695

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

integration-tests/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<japicmp.skip>true</japicmp.skip>
3838
<maven.deploy.skip>true</maven.deploy.skip>
3939
<nexus.deploy.skip>true</nexus.deploy.skip>
40+
<skipItDepCheck>false</skipItDepCheck>
4041
</properties>
4142

4243
<modules>
@@ -45,6 +46,17 @@
4546
<module>guice4</module>
4647
</modules>
4748

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>
4860
<reporting>
4961
<plugins>
5062
<plugin>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,11 @@
11921192
<artifactId>guice</artifactId>
11931193
<version>${guice.version}</version>
11941194
</dependency>
1195+
<dependency>
1196+
<groupId>com.google.guava</groupId>
1197+
<artifactId>guava</artifactId>
1198+
<version>31.1-jre</version>
1199+
</dependency>
11951200
<dependency>
11961201
<groupId>com.google.inject.extensions</groupId>
11971202
<artifactId>guice-multibindings</artifactId>

0 commit comments

Comments
 (0)