Skip to content

Commit

Permalink
update gradle, remove dsl-example (own repo), switch to doip-sim-ecu …
Browse files Browse the repository at this point in the history
…repos for dependencies
  • Loading branch information
froks committed Jan 23, 2022
1 parent 764079d commit ba259de
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doip-sim-ecu-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))

api("com.github.doip:doip-simulation:1.4.3")
api("com.github.doip:doip-library:1.1.5")
api("com.github.doip:doip-logging:1.1.7")

api("org.apache.logging.log4j:log4j-api:2.17.1") // Enforce secure log4j version
api("org.apache.logging.log4j:log4j-core:2.17.1") // Enforce secure log4j version
api("com.github.doip-sim-ecu:doip-simulation:1.4.5")
api("com.github.doip-sim-ecu:doip-library:1.1.8")
api("com.github.doip-sim-ecu:doip-logging:1.1.9")

testImplementation(kotlin("test"))
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
Expand Down

0 comments on commit ba259de

Please sign in to comment.