Skip to content

Commit

Permalink
Minor dependency and docs cleanup in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nicmunroe committed Sep 12, 2024
1 parent 304b1bd commit e89e211
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion samples/sample-spring-boot3-webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
"org.junit.jupiter:junit-jupiter-engine:$junit5Version",
"org.junit.jupiter:junit-jupiter-params:$junit5Version",
"org.mockito:mockito-core:$mockitoVersion",
"ch.qos.logback:logback-classic",
"org.assertj:assertj-core:$assertJVersion",
"io.rest-assured:rest-assured",
)
Expand Down
6 changes: 5 additions & 1 deletion samples/sample-spring-boot3-webmvc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Backstopper Sample Application - spring-boot3-webmvc

Backstopper is a framework-agnostic API error handling and (optional) model validation solution for Java 7 and greater.
Backstopper is a framework-agnostic API error handling and (optional) model validation solution for Java 17 and greater.

(NOTE: The [Backstopper 1.x branch](https://github.com/Nike-Inc/backstopper/tree/v1.x) contains a version of
Backstopper for Java 7+, and for the `javax` ecosystem. The current Backstopper supports Java 17+ and the `jakarta`
ecosystem. The Backstopper 1.x releases also contain support for Spring 4 and 5, and Springboot 1 and 2.)

This submodule contains a sample application based on Spring Boot 3 + Web MVC (Servlet) that fully integrates
Backstopper.
Expand Down
1 change: 0 additions & 1 deletion samples/sample-spring-boot3-webmvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
"org.junit.jupiter:junit-jupiter-engine:$junit5Version",
"org.junit.jupiter:junit-jupiter-params:$junit5Version",
"org.mockito:mockito-core:$mockitoVersion",
"ch.qos.logback:logback-classic",
"org.assertj:assertj-core:$assertJVersion",
"io.rest-assured:rest-assured",
)
Expand Down
3 changes: 0 additions & 3 deletions samples/sample-spring-web-mvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ dependencies {
"org.junit.jupiter:junit-jupiter-engine:$junit5Version",
"org.junit.jupiter:junit-jupiter-params:$junit5Version",
"org.mockito:mockito-core:$mockitoVersion",
"com.fasterxml.jackson.core:jackson-core:$jacksonVersion",
"com.fasterxml.jackson.core:jackson-databind:$jacksonVersion",
"ch.qos.logback:logback-classic:$logbackVersion",
"org.assertj:assertj-core:$assertJVersion",
"io.rest-assured:rest-assured:$restAssuredVersion",
)
Expand Down

0 comments on commit e89e211

Please sign in to comment.