Explorar el Código

add swagger annotations, use version property

tags/2.0.1
Jonathan Cobb hace 3 años
padre
commit
5f92e8ab45
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  1. +7
    -2
      wizard-server/pom.xml

+ 7
- 2
wizard-server/pom.xml Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar