Skip to content

Commit

Permalink
fix dependency exclusion which leads to ClassNotFoundException (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
schaebo authored Oct 17, 2019
1 parent 93336b6 commit 9c6c7b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<name>HiveMQ Heartbeat Extension</name>
<groupId>com.hivemq.extension</groupId>
<artifactId>hivemq-heartbeat-extension</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<description>HiveMQ Heartbeat Extension</description>

Expand Down Expand Up @@ -122,7 +122,6 @@
<exclude>com.hivemq:hivemq-extension-sdk</exclude>
<exclude>org.slf4j:*</exclude>
<exclude>ch.qos.logback:*</exclude>
<exclude>javax.servlet:*</exclude>
</excludes>
</artifactSet>
<filters>
Expand Down

0 comments on commit 9c6c7b7

Please sign in to comment.