Skip to content

Commit

Permalink
Re-adds spring web test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGallauner committed Oct 30, 2023
1 parent ee85036 commit 55dc00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test'

// This dependency is used by the application.
implementation 'com.google.guava:guava:31.0.1-jre'
Expand Down

0 comments on commit 55dc00b

Please sign in to comment.