google / identity-toolkit-java-client

Google Identity Toolkit client library for Java
Apache License 2.0
37 stars 27 forks source link

jsontoken has an old conflicting dependency #42

Open avlemos opened 8 years ago

avlemos commented 8 years ago

Hi,

jsontoken uses httpcore 4.0.1

[INFO] +- com.googlecode.jsontoken:jsontoken:jar:1.1:compile [INFO] | +- javax.servlet:servlet-api:jar:2.5:compile [INFO] | - org.apache.httpcomponents:httpcore:jar:4.0.1:compile

which is tough when I need this:

[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.3.6:compile [INFO] | | - org.apache.httpcomponents:httpcore:jar:4.3.3:compile

any chance that jsontoken gets brought up to speed, or dropped as a dependency in favour of another library?

avlemos commented 8 years ago

Ps.: I know I can force it, but it would be nice to have something a bit more... maintained?