Skip to content

Commit

Permalink
Merge pull request #471 from apache/update-guava-1-10-x
Browse files Browse the repository at this point in the history
update guava 1 10 x
  • Loading branch information
bdemers committed Oct 6, 2022
2 parents b1bd9ba + 7bbb0e0 commit 6bf5695
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions integration-tests/pom.xml
Expand Up @@ -37,6 +37,7 @@
<japicmp.skip>true</japicmp.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<nexus.deploy.skip>true</nexus.deploy.skip>
<skipItDepCheck>false</skipItDepCheck>
</properties>

<modules>
Expand All @@ -45,6 +46,17 @@
<module>guice4</module>
</modules>

<build>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<configuration>
<skip>${skipItDepCheck}</skip>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -1192,6 +1192,11 @@
<artifactId>guice</artifactId>
<version>${guice.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
Expand Down

0 comments on commit 6bf5695

Please sign in to comment.