mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Swagger: support injection of ReaderListener, add OAuth2 annotations (#1496)
Signed-off-by: Yannick Schaus <github@schaus.net>
This commit is contained in:
+4
-3
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user