emitter-io / java

Java client sdk for emitter.io
Apache License 2.0
8 stars 11 forks source link

Fails to compile: dependencies out of date #1

Open bethcodes opened 6 years ago

bethcodes commented 6 years ago

This won't compile with the current version of maven/Java because the version of maven is too far out of date. If I update the dependencies in the pom.xml, I get an error from the (apparently-now-unsupported?) proguard-maven-plugin: Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.14:proguard (default) on project emitter: Obfuscation failed (result=1)

kelindar commented 5 years ago

@bethcodes coould you submit a PR with a fix?

pengcheng789 commented 4 years ago

How to resolve the problem?