Skip to content
Snippets Groups Projects
Commit eeaf9740 authored by Martin Vogel's avatar Martin Vogel
Browse files

#414 Remove obsolete dependencies

parent 76264a04
No related branches found
No related tags found
2 merge requests!2#414 Remaining changes from MR,!1planning#414 Methoden Signaturen (Zwischenstand)
...@@ -28,46 +28,6 @@ ...@@ -28,46 +28,6 @@
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
</dependency> </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> </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> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment