t0xa / gelfj

Graylog Extended Log Format (GELF) implementation in Java and log4j appender without any dependencies.
https://github.com/t0xa/gelfj/wiki
Other
186 stars 116 forks source link

regular jar also contains dependencies #101

Closed the-james-burton closed 8 years ago

the-james-burton commented 8 years ago

You regular jar.. http://repo1.maven.org/maven2/org/graylog2/gelfj/1.1.14/gelfj-1.1.14.jar

...seems to also contain dependencies just like this one does... http://repo1.maven.org/maven2/org/graylog2/gelfj/1.1.14/gelfj-1.1.14-jar-with-dependencies.jar

Could you please ensure that the regular jar does not contain dependencies? This will make it easier to to work with maven and allow us to specify different log4j versions at runtime.

Thanks, James

t0xa commented 8 years ago

Understood.

t0xa commented 8 years ago

v1.1.15 published. Please check.

the-james-burton commented 8 years ago

Looks great, I can see the two separate jars and they have the correct contents.

Thanks again, James