Skip to content

Commit cb0ff46

Browse files
committed
Added exclude for spring
1 parent b83a2a3 commit cb0ff46

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
@@ -43,6 +43,7 @@ dependencies {
4343
implementation("org.openmicroscopy:omero-blitz:5.5.0-m5") {
4444
// Conflicts with `net.java.dev.jna`
4545
exclude group: "com.sun.jna", module: "jna"
46+
exclude group: "org.springframework"
4647
}
4748
}
4849

0 commit comments

Comments
 (0)