Sfoglia il codice sorgente

add swagger annotations, use version property

tags/2.0.1
Jonathan Cobb 3 anni fa
parent
commit
5f92e8ab45
1 ha cambiato i file con 7 aggiunte e 2 eliminazioni
  1. +7
    -2
      wizard-server/pom.xml

+ 7
- 2
wizard-server/pom.xml Vedi File

@@ -281,12 +281,17 @@ This code is available under the Apache License, version 2: http://www.apache.or
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2</artifactId>
<version>2.1.5</version>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-integration</artifactId>
<version>2.1.5</version>
<version>${swagger.version}</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${swagger.version}</version>
</dependency>

</dependencies>


Caricamento…
Annulla
Salva