We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83a2a3 commit cb0ff46Copy full SHA for cb0ff46
build.gradle
@@ -43,6 +43,7 @@ dependencies {
43
implementation("org.openmicroscopy:omero-blitz:5.5.0-m5") {
44
// Conflicts with `net.java.dev.jna`
45
exclude group: "com.sun.jna", module: "jna"
46
+ exclude group: "org.springframework"
47
}
48
49
0 commit comments