Skip to content

Commit c4d7878

Browse files
committed
#310 add failureaccess dependency to shadow jar configuration
Since Guava 27, the failureaccess library is a separate dependency that needs to be included in the shadow jar alongside guava itself. This fixes the ClassNotFoundException for InternalFutureFailureAccess that was occurring in version 2.7.0.
1 parent 17c667f commit c4d7878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ project(':embedded-database-spring-test') {
488488

489489
dependencies {
490490
include(dependency('com.google.guava:guava'))
491+
include(dependency('com.google.guava:failureaccess'))
491492
}
492493

493494
relocate 'com.google.common', 'io.zonky.test.db.shaded.com.google.common'

0 commit comments

Comments
 (0)