diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-12 16:42:24 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-12 17:28:14 +0000 |
commit | 7ed786054f394c9ea745cb41061d81c370435736 (patch) | |
tree | 735d72dca53d2dedb0180942859968fc766f536f /pom.xml | |
parent | 555445562f24224ac5333b32345adff62f2c0c4c (diff) |
Use generated API interface for Swagger
This commit removes the Swagger V2 annotations on the
NodeTemplateController in policy-api. The OpeApi annotations (Swagger
v3 annotations) are on a generated Java Interface. The code is changed
so that the controller implements that interface.
There are no code changes tot he controller except that the order of the
parameters is switched in some cases.
Issue-ID: POLICY-4404
Change-Id: Iab49c7f3f197a85d3314a879d39fe2c95be041b8
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> </dependency> - <dependency> + <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> </dependency> |