Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit c230ac4

Browse files
SORMAS-Foundation#3372 add dependencies & update readme
1 parent 840cd1b commit c230ac4

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ SORMAS officially supports and is tested on **Chromium-based browsers** (like Go
2727

2828
#### Is there a ReST API documentation?
2929
Yes! Please download the [latest release](https://github.com/hzi-braunschweig/SORMAS-Project/releases/latest) and copy the content of /deploy/openapi/sormas-rest.yaml to an editor that generates a visual API documentation (e.g. https://editor.swagger.io/).
30+
<br/>
31+
Runtime Swagger documentation of the External Visits Resource (used by external symptom journals such as CLIMEDO or PIA) is also available at ``<<host>>/sormas-rest/openapi.json`` or ``<<host>>/sormas-rest/openapi.yaml``
3032

3133
<p align="center"><img src="https://user-images.githubusercontent.com/23701005/74659600-ebb8fc00-5194-11ea-836b-a7ca9d682301.png"/></p>
3234

sormas-base/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
<!-- ** Vaadin END ** -->
712712

713713
<!-- *** Compile dependencies END *** -->
714-
714+
715715
<!-- *** Test dependencies *** -->
716716

717717
<dependency>
@@ -778,6 +778,12 @@
778778
<scope>test</scope>
779779
</dependency>
780780

781+
<dependency>
782+
<groupId>io.swagger.core.v3</groupId>
783+
<artifactId>swagger-jaxrs2-servlet-initializer-v2</artifactId>
784+
<version>${swagger.version}</version>
785+
</dependency>
786+
781787
<dependency>
782788
<groupId>p6spy</groupId>
783789
<artifactId>p6spy</artifactId>

sormas-rest/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@
5757
<artifactId>swagger-jaxrs2</artifactId>
5858
</dependency>
5959

60+
<dependency>
61+
<groupId>io.swagger.core.v3</groupId>
62+
<artifactId>swagger-jaxrs2-servlet-initializer-v2</artifactId>
63+
</dependency>
64+
65+
<!-- Keycloak -->
6066
<dependency>
6167
<groupId>org.keycloak</groupId>
6268
<artifactId>keycloak-servlet-filter-adapter</artifactId>

0 commit comments

Comments
 (0)