Skip to content

Commit

Permalink
Fixes failing Github actions. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarras authored Nov 17, 2023
1 parent 4029c2c commit ea2c480
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 85 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/sonar.yml

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
alias(libs.plugins.kotlin.plugin.spring)
alias(libs.plugins.kotlin.plugin.serialization)
alias(libs.plugins.spotless)
alias(libs.plugins.dependency.check)
}

group = "eu.europa.ec.eudi"
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ nimbusJoseJwt = "9.37.1"
nimbusOAuth2 = "11.6"
eudiSdJwt = "0.1.0-SNAPSHOT"
bouncyCastle = "1.77"
dependencyCheck = "8.4.2"

[libraries]
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
Expand All @@ -36,4 +37,4 @@ spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-plugin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }

dependency-check = { id = "org.owasp.dependencycheck", version.ref = "dependencyCheck" }

0 comments on commit ea2c480

Please sign in to comment.