QPID-8256: [Broker-J] Update Guava to version 27.0 (cherry picked from commit e19426909ce0ce6f9a8fbfdf2786085999b0948e)
Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/3ce1d46c Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/3ce1d46c Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/3ce1d46c Branch: refs/heads/7.0.x Commit: 3ce1d46cdb7b2efebe0a6994217964fc390fb63a Parents: 2eb9c74 Author: Alex Rudyy <[email protected]> Authored: Mon Nov 5 10:23:20 2018 +0000 Committer: Alex Rudyy <[email protected]> Committed: Fri Nov 30 15:10:26 2018 +0000 ---------------------------------------------------------------------- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/3ce1d46c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7942802..13f57da 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ <bdb-version>7.4.5</bdb-version> <derby-version>10.13.1.1</derby-version> <logback-version>1.2.2</logback-version> - <guava-version>22.0</guava-version> + <guava-version>27.0-jre</guava-version> <fasterxml-jackson-version>2.8.11</fasterxml-jackson-version> <fasterxml-jackson-databind-version>2.8.11.1</fasterxml-jackson-databind-version> <slf4j-version>1.7.25</slf4j-version> @@ -468,6 +468,18 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>failureaccess</artifactId> + </exclusion> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>listenablefuture</artifactId> + </exclusion> + <exclusion> + <groupId>org.checkerframework</groupId> + <artifactId>checker-qual</artifactId> + </exclusion> </exclusions> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
