Skip to content

Commit b2efe56

Browse files
authored
Removing unnecessary runtime dependency of core: spotbugs-annotations (#2325)
Signed-off-by: Andras Katona <akatona@cloudera.com>
1 parent 71b963b commit b2efe56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ project(':cruise-control-core') {
189189
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.17.2"
190190
implementation 'org.apache.commons:commons-math3:3.6.1'
191191
api "org.eclipse.jetty:jetty-servlet:${jettyVersion}"
192-
implementation 'com.github.spotbugs:spotbugs-annotations:4.8.6'
193192

194193
api "io.vertx:vertx-core:${vertxVersion}"
195194
api "io.vertx:vertx-web:${vertxVersion}"

0 commit comments

Comments
 (0)