From 9c6c7b7ebcf1a673833defe13e4f2435bd3bb51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Sch=C3=A4bel?= Date: Thu, 17 Oct 2019 16:23:03 +0200 Subject: [PATCH] fix dependency exclusion which leads to ClassNotFoundException (#4) --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9cf98d3..edfe9cf 100755 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ HiveMQ Heartbeat Extension com.hivemq.extension hivemq-heartbeat-extension - 1.0.0 + 1.0.1 HiveMQ Heartbeat Extension @@ -122,7 +122,6 @@ com.hivemq:hivemq-extension-sdk org.slf4j:* ch.qos.logback:* - javax.servlet:*