@@ -221,11 +221,6 @@ dependencies {
221221 annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
222222 testAnnotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
223223
224- // This is needed, because something in regards prometheus adds this annotationProcessor to the classpath
225- // See https://github.com/jenkinsci/prometheus-plugin/issues/35
226- annotationProcessor(" org.jvnet.hudson:annotation-indexer:1.2" )
227- testAnnotationProcessor(" org.jvnet.hudson:annotation-indexer:1.2" )
228-
229224 runtime(" io.micrometer:micrometer-registry-prometheus" )
230225
231226 compile(" org.springframework.boot:spring-boot-starter-jdbc" )
@@ -240,7 +235,6 @@ dependencies {
240235 compile(" com.github.ben-manes.caffeine:caffeine" )
241236 compile(" com.github.FAForever:faf-java-commons:${ fafCommonsVersion} " )
242237 compile(" org.kohsuke:github-api:${ githubApiVersion} " )
243- compile(" org.jolokia:jolokia-core" )
244238 compile(" org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:${ springSecurityOauth2AutoConfigureVersion} " )
245239 compile(" org.springframework.security.oauth:spring-security-oauth2:${ springSecurityOauth2Version} " )
246240 compile(" org.springframework.security:spring-security-jwt:${ springSecurityJwtVersion} " )
@@ -251,18 +245,14 @@ dependencies {
251245 compile(" io.springfox:springfox-swagger2:${ swaggerVersion} " )
252246 compile(" io.swagger:swagger-core:${ swaggerCoreVersion} " )
253247 compile(" javax.inject:javax.inject:${ javaxInjectVersion} " )
254- // When switching from Java 8 to 9, I got "class file for javax.interceptor.interceptorbinding not found". Adding this fixed it, but IDK what caused it.
255- compile(" javax.interceptor:javax.interceptor-api:${ javaxInterceptorApiVersion} " )
256248 compile(" com.yahoo.elide:elide-core:${ elideVersion} " )
257249 compile(" com.yahoo.elide:elide-swagger:${ elideVersion} " )
258250 compile(" com.yahoo.elide:elide-datastore-hibernate5:${ elideVersion} " )
259- // compile("org.glassfish.jersey.core:jersey-common:2.26")
260251
261252 compile(" org.luaj:luaj-jse:${ luajVersion} " )
262253 compile(" com.github.micheljung:nocatch:${ nocatchVersion} " )
263254 compile(" junit-addons:junit-addons:${ junitAddonsVersion} " )
264255 compile(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${ jacksonDatatypeJsr310Version} " )
265- compile(" com.mandrillapp.wrapper.lutung:lutung:${ lutungVersion} " )
266256 compile(" org.apache.commons:commons-compress:${ commonsCompressVersion} " )
267257 compile(" org.json:json:${ jsonVersion} " )
268258
0 commit comments