ARTEMIS-117: Upgrade to Jolokia 1.3.1
This commit is contained in:
parent
9972624ba2
commit
a9b6753d93
|
@ -1,4 +1,4 @@
|
||||||
<!-- The web server is only bound to loalhost by default -->
|
<!-- The web server is only bound to loalhost by default -->
|
||||||
<web bind="http://localhost:${http.port}" path="web">
|
<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>
|
</web>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -450,7 +450,7 @@
|
||||||
<groupId>org.jolokia</groupId>
|
<groupId>org.jolokia</groupId>
|
||||||
<artifactId>jolokia-war</artifactId>
|
<artifactId>jolokia-war</artifactId>
|
||||||
<type>war</type>
|
<type>war</type>
|
||||||
<version>1.2.3</version>
|
<version>1.3.1</version>
|
||||||
<!-- License: Apache 2.0 -->
|
<!-- License: Apache 2.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- ## End Jetty Wed Dependencies ## -->
|
<!-- ## End Jetty Wed Dependencies ## -->
|
||||||
|
|
Loading…
Reference in New Issue