Upgrade RestEasy, Jolokia and SLF4J
This commit is contained in:
parent
686e645c3a
commit
1c572ba647
6
pom.xml
6
pom.xml
|
@ -79,7 +79,7 @@
|
||||||
<ActiveMQ-Version>
|
<ActiveMQ-Version>
|
||||||
${project.version}(${activemq.version.incrementingVersion})
|
${project.version}(${activemq.version.incrementingVersion})
|
||||||
</ActiveMQ-Version>
|
</ActiveMQ-Version>
|
||||||
<resteasy.version>3.0.9.Final</resteasy.version>
|
<resteasy.version>3.0.13.Final</resteasy.version>
|
||||||
<proton.version>0.10</proton.version>
|
<proton.version>0.10</proton.version>
|
||||||
<fuse.mqtt.client.version>1.10</fuse.mqtt.client.version>
|
<fuse.mqtt.client.version>1.10</fuse.mqtt.client.version>
|
||||||
<skipUnitTests>true</skipUnitTests>
|
<skipUnitTests>true</skipUnitTests>
|
||||||
|
@ -369,7 +369,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>1.7.5</version>
|
<version>1.7.12</version>
|
||||||
<!-- License: MIT -->
|
<!-- License: MIT -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -464,7 +464,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.3.1</version>
|
<version>1.3.2</version>
|
||||||
<!-- License: Apache 2.0 -->
|
<!-- License: Apache 2.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- ## End Jetty Wed Dependencies ## -->
|
<!-- ## End Jetty Wed Dependencies ## -->
|
||||||
|
|
Loading…
Reference in New Issue