commercetools / commercetools-sunrise-java

The next generation shop framework by commercetools
https://demo.commercetools.com
Apache License 2.0
46 stars 35 forks source link

Update pre-1.0.0 and 1.0.0-Mx to latest JVM SDK #703

Closed lauraluiz closed 5 years ago

lauraluiz commented 6 years ago

There might be some issues since asynchttpclient has been updated (from v2.0.38 to v2.4.5) in JVM SDK v1.32.0 release.

Overriding version as follows should help, but it didn't work so far.

"org.asynchttpclient" % "async-http-client" % "2.0.38",
"org.asynchttpclient" % "async-http-client-netty-utils" % "2.0.38"
lauraluiz commented 5 years ago

Solved #704 Solved #705