This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new aaa8486 Upgrading cargo-maven2-plugin, Tomcat and Swagger UI
aaa8486 is described below
commit aaa84863745866804c8fd72801cbd03d1115330e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jul 18 12:03:46 2019 +0200
Upgrading cargo-maven2-plugin, Tomcat and Swagger UI
---
.../src/main/resources/META-INF/resources/swagger/index.html | 4 ++--
pom.xml | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
index 4bc87ee..f8a8209 100644
--- a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
+++ b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
@@ -57,8 +57,7 @@ under the License.
<script src="./swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function() {
-
- // Build a system
+ // Begin Swagger UI call region
const ui = SwaggerUIBundle({
// <ApacheSyncope>
urls: [{
@@ -81,6 +80,7 @@ under the License.
],
layout: "StandaloneLayout"
})
+ // End Swagger UI call region
window.ui = ui
}
diff --git a/pom.xml b/pom.xml
index 35c5668..185db81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -449,7 +449,7 @@ under the License.
<flowable-modeler.directory>${project.build.directory}/flowable-modeler</flowable-modeler.directory>
<swagger-core.version>1.5.17</swagger-core.version>
- <swagger-ui.version>3.22.2</swagger-ui.version>
+ <swagger-ui.version>3.23.0</swagger-ui.version>
<guava.version>20.0</guava.version>
<jquery.version>3.3.1-1</jquery.version>
@@ -523,7 +523,7 @@ under the License.
<cargo.log>${log.directory}/cargo.log</cargo.log>
<cargo.output>${log.directory}/cargo-output.log</cargo.output>
- <tomcat.version>8.5.42</tomcat.version>
+ <tomcat.version>8.5.43</tomcat.version>
<nodejs.version>v8.11.4</nodejs.version>
<protractor.version>5.4.0</protractor.version>
@@ -2048,7 +2048,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
<configuration>
<container>
<containerId>tomcat8x</containerId>