diff options
author | liamfallon <liam.fallon@est.tech> | 2021-07-06 09:53:17 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-07-07 15:48:29 +0100 |
commit | 137e045a4f686197b505f74fb3110894fd42b237 (patch) | |
tree | 81cc5f1cc0bc7621dc820c2281dc34e9b4a1f898 /participant/participant-impl/participant-impl-simulator | |
parent | f9a873f5b1abc48f67093105411ce93ac2325985 (diff) |
Add swagger models for swagger endpoint generation
The swagger models dependency is required to generate the swagger for
the Swagger endpoint in Springboot applications.
Springboot needs Jackson annotations as well.
Issue https://jira.onap.org/browse/POLICY-3465 opened for the general
Swagger upgrade work.
Issue-ID: POLICY-3424
Change-Id: Ie86db5652be26df085234f0699f0363081d06af0
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-simulator')
-rw-r--r-- | participant/participant-impl/participant-impl-simulator/src/main/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/ParticipantErrorController.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/participant/participant-impl/participant-impl-simulator/src/main/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/ParticipantErrorController.java b/participant/participant-impl/participant-impl-simulator/src/main/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/ParticipantErrorController.java index d4429b879..695ae06a8 100644 --- a/participant/participant-impl/participant-impl-simulator/src/main/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/ParticipantErrorController.java +++ b/participant/participant-impl/participant-impl-simulator/src/main/java/org/onap/policy/clamp/controlloop/participant/simulator/main/rest/ParticipantErrorController.java @@ -20,7 +20,6 @@ package org.onap.policy.clamp.controlloop.participant.simulator.main.rest; -import io.swagger.v3.oas.annotations.Hidden; import java.util.Map; import javax.servlet.RequestDispatcher; import javax.servlet.http.HttpServletRequest; @@ -38,7 +37,6 @@ import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.context.request.ServletWebRequest; @Controller -@Hidden public class ParticipantErrorController implements ErrorController { private final ErrorAttributes errorAttributes; |