Skip to content

Commit

Permalink
fix compile dependencies build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Amanda D'Errico <[email protected]>
  • Loading branch information
AmandaDErrico committed Sep 11, 2023
1 parent 717918d commit 2b20114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data-sets-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies {
compile libraries.spring_core
compile libraries.spring_expression
compile libraries.spring_web
compile libraries.spring_webmvc
compile libraries.spring_test
implementation(libraries.spring_boot_starter_web){
exclude group: "org.apache.tomcat.embed", module: "tomcat-embed-el"
}
Expand Down

0 comments on commit 2b20114

Please sign in to comment.