Skip to content

Commit

Permalink
Switch to jaxrs-sepc only without servlets
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Jan 13, 2025
1 parent 7a40abb commit d6e6ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ slf4j = "2.0.16"
spotBugs = "4.8.5"
stefanBirkner-systemRules = "1.19.0"
swagger-annotations = "2.2.25"
swagger-jaxrs = "1.6.14"
victools-jsonschema = "4.37.0"
wiremock = "3.0.1"
zeroAllocationHashing = "0.16"
Expand Down Expand Up @@ -116,6 +117,7 @@ shrinkwrap-impl = { module = "org.jboss.shrinkwrap:shrinkwrap-impl-base", versio
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
stefanBirkner-systemRules = { module = "com.github.stefanbirkner:system-rules", version.ref = "stefanBirkner-systemRules" }
swagger-annotations = { module = "io.swagger.core.v3:swagger-annotations", version.ref = "swagger-annotations" }
swagger-jaxrs = { module = "io.swagger:swagger-jaxrs", version.ref = "swagger-jaxrs" }
victools-jsonschema-generator = { module = "com.github.victools:jsonschema-generator", version.ref = "victools-jsonschema" }
victools-jsonschema-jackson = { module = "com.github.victools:jsonschema-module-jackson", version.ref = "victools-jsonschema" }
wiremock-jre8-standalone = { module = "com.github.tomakehurst:wiremock-jre8-standalone", version.ref = "wiremock" }
Expand Down

0 comments on commit d6e6ec7

Please sign in to comment.