diff options
-rw-r--r-- | applications/common/pom.xml | 1 | ||||
-rw-r--r-- | main/pom.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/applications/common/pom.xml b/applications/common/pom.xml index ce960811..930dbf48 100644 --- a/applications/common/pom.xml +++ b/applications/common/pom.xml @@ -50,7 +50,6 @@ <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> - <version>${version.bind-jaxb-api}</version> </dependency> <dependency> <groupId>com.h2database</groupId> diff --git a/main/pom.xml b/main/pom.xml index 799f1b71..738d634e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -164,7 +164,6 @@ <plugin> <groupId>io.swagger.codegen.v3</groupId> <artifactId>swagger-codegen-maven-plugin</artifactId> - <version>3.0.27</version> <executions> <execution> <id>code-gen</id> |