Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Sep 27, 2023
1 parent d8751cc commit fc2b97c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,11 @@ buildscript {

dependencies {
val edisonrelease = "3.1.5"
val awsSdkVersion = "2.20.155"
val logbackVersion = "1.4.11"

// edison
implementation("de.otto.edison:edison-core:${edisonrelease}")

// aws
implementation("software.amazon.awssdk:s3:${awsSdkVersion}")
implementation("software.amazon.awssdk:secretsmanager:${awsSdkVersion}")
implementation("software.amazon.awssdk:ssm:${awsSdkVersion}")

// bootstrap
//Don't forget to also update the links in the html templates if you change this!
implementation("org.webjars:jquery:3.7.1")
Expand All @@ -60,8 +54,6 @@ dependencies {
// logging
implementation("ch.qos.logback:logback-core:${logbackVersion}")
implementation("ch.qos.logback:logback-classic:${logbackVersion}")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
implementation("com.github.danielwegener:logback-kafka-appender:0.2.0-RC2")

// spring
implementation("org.springframework.vault:spring-vault-core:3.0.4")
Expand Down

0 comments on commit fc2b97c

Please sign in to comment.