Skip to content

Commit 1f1327f

Browse files
committed
Remove unused dependencies
1 parent 861ec0f commit 1f1327f

File tree

5 files changed

+0
-119
lines changed

5 files changed

+0
-119
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/main/java/com/faforever/api/config/FafApiProperties.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ public static class Deployment {
167167
public static class Mail {
168168
private String fromEmailAddress;
169169
private String fromEmailName;
170-
private String mandrillApiKey;
171170
private Smtp smtp;
172171
}
173172

src/main/java/com/faforever/api/config/MandrillConfig.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/main/java/com/faforever/api/email/MandrillEmailSender.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

src/test/java/com/faforever/api/email/MandrillEmailSenderTest.java

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)