From eeaf9740903f08362fa34ab268d48e7c70269a57 Mon Sep 17 00:00:00 2001 From: Martin Vogel <martin.vogel@sinc.de> Date: Wed, 22 Jun 2022 22:48:15 +0200 Subject: [PATCH] #414 Remove obsolete dependencies --- api/pom.xml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 24139f32e..543e9c31b 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -28,46 +28,6 @@ <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.9.0</version> - </dependency> - <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-annotations</artifactId> - <version>1.6.6</version> - </dependency> </dependencies> - <!--<build> - <plugins> - <plugin> - <groupId>org.openapitools</groupId> - <artifactId>openapi-generator-maven-plugin</artifactId> - <version>6.0.0</version> - <executions> - <execution> - <goals> - <goal>generate</goal> - </goals> - <configuration> - <inputSpec>${project.basedir}/src/main/resources/submission-api.yaml</inputSpec> - <generatorName>java</generatorName> - <generateModels>true</generateModels> - <skipValidateSpec>true</skipValidateSpec> - <configOptions> - <sourceFolder>src/main/java/gen</sourceFolder> - <generateApis>false</generateApis> - </configOptions> - </configuration> - </execution> - </executions> - - </plugin> - - </plugins> - </build> - --> - </project> \ No newline at end of file -- GitLab