Skip to content

Commit

Permalink
Fix setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Oct 2, 2024
1 parent 658e572 commit 4ac4045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ allprojects {
jetty_version = '11.0.11'
junit_version = '4.11'
mockitoVersion = '4.6.1'
mockserverVersion = '3.9.2'
mockserverVersion = '3.9.17'
jaxbVersion = '2.3.1'
}
}

Expand Down
1 change: 1 addition & 0 deletions eureka-core-jersey3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ dependencies {
testImplementation "org.mock-server:mockserver-netty:${mockserverVersion}"
testImplementation "org.mockito:mockito-core:${mockitoVersion}"
testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.10'
testRuntimeOnly "javax.xml.bind:jaxb-api:${jaxbVersion}"
}

0 comments on commit 4ac4045

Please sign in to comment.