diff options
author | 2021-06-09 14:24:00 +0100 | |
---|---|---|
committer | 2021-06-11 13:46:42 +0100 | |
commit | ee7faff4b6e292237ccdac5e19cd0b438ea91e52 (patch) | |
tree | 605243de9fa8de87447daa2027c78ace949ecfcf /runtime/pom.xml | |
parent | d7226091d3435926271c3d3443e6986f4c985803 (diff) |
Create camel endpoint to get tosca from runtime
Endpoint points to Runtime Tosca Service Template endpoint
Added new authorization role for control loop
Credentials in configuration file
Issue-ID: POLICY-3222
Change-Id: I86f8cc5751547abfa15e10903d7e2fb2854f1ece
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'runtime/pom.xml')
-rw-r--r-- | runtime/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/pom.xml b/runtime/pom.xml index f0277575e..66d555ac7 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -647,7 +647,7 @@ </dependency> </dependencies> <configuration> - <swaggerInput>${project.basedir}/../docs/swagger/swagger.json</swaggerInput> + <swaggerInput>${project.basedir}/docs/swagger/swagger.json</swaggerInput> <outputDir>${project.build.directory}/asciidoc/generated</outputDir> <config> <swagger2markup.markupLanguage>ASCIIDOC</swagger2markup.markupLanguage> |