forcedotcom / EMP-Connector

A simplified cometd connector for Enterprise Messaging Platform
BSD 3-Clause "New" or "Revised" License
185 stars 243 forks source link

Dependency to SLF4J #30

Closed dhedden closed 6 years ago

dhedden commented 6 years ago

Please add a dependency block to the Maven POM.xml for the SLF4J. Without I do get a runtim error.

Dependency block for pow.xml:

org.slf4j slf4j-simple 1.6.2
pbn-sfdc commented 6 years ago

@dhedden I don't see a runtime error when I run DevLoginExample. How can I reproduce? Thanks.

dhedden commented 6 years ago

My laptop is not used for regular Java-development, therefore I might have missed the right version of the library. The additional dependency entry in the pom file enforces filling this optional gap.

Rgds, Dietmar

pbn-sfdc commented 6 years ago

Closing this.