diff --git a/api/pom.xml b/api/pom.xml index 24139f32ec9de72280d793c349f1af808a61c849..543e9c31bd3375e084aa6183e3ef68af47613aba 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