Skip to content

Commit

Permalink
Endret på opsett slik at biblioteket tillater å installere vilkårlig …
Browse files Browse the repository at this point in the history
…mange authenticators med forskjellig config.
  • Loading branch information
chris-santa committed Sep 22, 2023
1 parent 401391e commit bdbbba7
Show file tree
Hide file tree
Showing 120 changed files with 1,439 additions and 2,294 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ object Kluent {

object Kotlin {
const val version = "1.8.10"
private const val groupId = "org.jetbrains.kotlin"
}

object Kotest {
Expand Down Expand Up @@ -40,8 +39,16 @@ object Ktor {
const val serverForwardedHeaders = "$groupId:ktor-server-forwarded-header:$version"
}

object KotlinLogging {
private const val groupId = "io.github.oshai"
private const val version = "5.0.2"

const val logging = "$groupId:kotlin-logging:$version"
}


object Logback {
private const val version = "1.2.3"
private const val version = "1.4.11"
const val classic = "ch.qos.logback:logback-classic:$version"
}

Expand Down
102 changes: 0 additions & 102 deletions token-support-authentication-installer-mock/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions token-support-authentication-installer-mock/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bdbbba7

Please sign in to comment.