Skip to content

Commit

Permalink
fix: openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Feb 23, 2024
1 parent cdde94b commit bd9ee53
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,8 @@ http://www.apache.org/licenses/LICENSE-2.0
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.13</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-data-rest</artifactId>
<version>1.6.13</version>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.tngtech.archunit</groupId>
Expand Down Expand Up @@ -268,6 +263,7 @@ http://www.apache.org/licenses/LICENSE-2.0
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<!--
<execution>
<id>pre-integration-test</id>
<goals>
Expand All @@ -280,6 +276,7 @@ http://www.apache.org/licenses/LICENSE-2.0
<goal>stop</goal>
</goals>
</execution>
-->
<execution>
<id>process-aot</id>
<goals>
Expand Down

0 comments on commit bd9ee53

Please # to comment.