Skip to content
Snippets Groups Projects
Commit da3e4141 authored by LEMERCIER Denis's avatar LEMERCIER Denis
Browse files

[DLE] Correction des pom.xml pour swagger-ui

parent 551e139a
No related branches found
No related tags found
1 merge request!11Develop vers main
Pipeline #236389 passed
......@@ -128,6 +128,10 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
</dependencies>
<build>
......
......@@ -80,6 +80,10 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<!-- Security -->
<dependency>
......
......@@ -47,6 +47,10 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
......
......@@ -55,6 +55,8 @@
<!-- OpenAPI Generator (API REST generator) -->
<openapi-generator-version>7.2.0</openapi-generator-version>
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
<swagger-annotations.version>2.2.20</swagger-annotations.version>
<!-- scs-multiapi-maven-plugin (Async API generator)-->
<scs-multiapi-maven-plugin.version>5.3.3</scs-multiapi-maven-plugin.version>
......@@ -134,6 +136,11 @@
<artifactId>jackson-databind-nullable</artifactId>
<version>${jackson-databind-nullable-version}</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger-annotations.version}</version>
</dependency>
<!-- Cucumber (Tests) -->
<dependency>
......
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