Swagger: support injection of ReaderListener, add OAuth2 annotations (#1496)

Signed-off-by: Yannick Schaus <github@schaus.net>
This commit is contained in:
Yannick Schaus
2020-07-24 22:30:06 +02:00
committed by GitHub
parent 0f134996f2
commit aac4ca2f79
25 changed files with 315 additions and 79 deletions
+4 -3
View File
@@ -230,9 +230,10 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.maggu2810.jaxrswb.bundles</groupId>
<artifactId>jaxrswb-swagger1-gen</artifactId>
<version>0.0.4</version>
<groupId>io.swagger</groupId>
<artifactId>swagger-jaxrs</artifactId>
<version>1.5.5</version>
<scope>compile</scope>
</dependency>
<!-- XStream -->