Skip to content

Commit

Permalink
ISSUE-763: Upgrade Dropwizard to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcsaba2 authored Oct 10, 2022
1 parent cfdd878 commit 784fc5e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ subprojects {
strictly project.versions_slf4j
}
}
compile(libraries.snakeyaml) {
version {
strictly project.versions_snakeyaml
}
}
compile(libraries.swagger) {
version {
strictly project.versions_swagger
Expand Down
1 change: 0 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ ext.libraries = [
postgresql : "org.postgresql:postgresql:$versions_postgresql",

servlet_api : "javax.servlet:servlet-api:$versions_servlet_api",
snakeyaml : "org.yaml:snakeyaml",

validation_api : "javax.validation:validation-api:$versions_validation_api",
validation_api2 : "jakarta.validation:jakarta.validation-api"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ versions_cucumber = 6.10.4
versions_el_api = 3.0.0
versions_directory_api = 1.0.2
versions_directory_server = 2.0.0-M15
versions_dropwizard=2.1.1
versions_dropwizard=2.1.2
versions_dropwizard_metrics = 4.2.7
versions_dropwizard_swagger = 2.0.12-1
versions_dropwizard_guicey = 5.2.0
Expand Down Expand Up @@ -69,5 +69,5 @@ versions_jersey2=2.35
#signing.gnupg.keyName=xxx
#signing.gnupg.passphrase=xxx
#
#nexusUsername=xxx
#nexusPassword=xxx
nexusUsername=
nexusPassword=
2 changes: 0 additions & 2 deletions registry-common-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ dependencies {

compile libraries.jackson.databind
compile libraries.jackson.dataformat

compile libraries.snakeyaml

compile libraries.logging.slf4j_api

Expand Down

0 comments on commit 784fc5e

Please sign in to comment.