diff --git a/pom.xml b/pom.xml index 91b2e45..66a26ce 100644 --- a/pom.xml +++ b/pom.xml @@ -340,6 +340,55 @@ provided + + io.swagger + swagger-annotations + ${dhp.swagger-annotations-version} + + + io.swagger.core.v3 + swagger-annotations + ${dhp.swagger.annotations.version} + + + + javax.validation + validation-api + ${dhp.validation.api.version} + + + + org.junit.jupiter + junit-jupiter + ${junit-jupiter.version} + test + + + + org.mockito + mockito-core + ${mockito-core.version} + test + + + + org.mockito + mockito-junit-jupiter + ${mockito-core.version} + test + + + + com.github.victools + jsonschema-generator + ${jsonschemagenerator.version} + + + com.github.imifou + jsonschema-module-addon + ${dhp.jsonschema.module.addon.version} + + @@ -352,41 +401,30 @@ io.swagger swagger-annotations - ${dhp.swagger-annotations-version} + io.swagger.core.v3 swagger-annotations - ${dhp.swagger.annotations.version} - javax.validation validation-api - ${dhp.validation.api.version} - - org.junit.jupiter junit-jupiter - ${junit-jupiter.version} - test org.mockito mockito-core - ${mockito-core.version} - test org.mockito mockito-junit-jupiter - ${mockito-core.version} - test @@ -426,20 +464,14 @@ com.github.victools jsonschema-generator - ${jsonschemagenerator.version} - com.github.imifou jsonschema-module-addon - ${dhp.jsonschema.module.addon.version} - - + - - 1.0.7 1.2.1 2.0.1.Final