ARTEMIS-117: Upgrade to Jolokia 1.3.1

This commit is contained in:
Claus Ibsen 2015-05-28 11:59:46 +02:00 committed by Clebert Suconic
parent 9972624ba2
commit a9b6753d93
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- The web server is only bound to loalhost by default -->
<web bind="http://localhost:${http.port}" path="web">
<app url="jolokia" war="jolokia-war-1.2.3.war"/>
<app url="jolokia" war="jolokia-war-1.3.1.war"/>
</web>

View File

@ -450,7 +450,7 @@
<groupId>org.jolokia</groupId>
<artifactId>jolokia-war</artifactId>
<type>war</type>
<version>1.2.3</version>
<version>1.3.1</version>
<!-- License: Apache 2.0 -->
</dependency>
<!-- ## End Jetty Wed Dependencies ## -->