This closes #536

This commit is contained in:
Clebert Suconic 2016-05-24 18:29:16 -04:00
commit b5d252af2c
2 changed files with 1 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.3.2.war"/>
<app url="jolokia" war="jolokia-war-1.3.3.war"/>
</web>

View File

@ -16,7 +16,6 @@
*/
package org.apache.activemq.artemis.core.protocol.proton.converter.message;
import org.apache.activemq.artemis.jms.client.ActiveMQMessage;
import org.apache.qpid.proton.amqp.Binary;
import org.apache.qpid.proton.amqp.Symbol;
import org.apache.qpid.proton.amqp.UnsignedByte;