eclipse / microprofile-conference

Microprofile.io Demo Code - Web Services Conference Application
http://microprofile.io/
Apache License 2.0
117 stars 116 forks source link

Update liberty dependencies to 17.0.0.4 #186

Closed aguibert closed 6 years ago

aguibert commented 6 years ago

Currently building the project is broken because the pom.xml depends on a Liberty beta version (2017.9.0.0) which was necessary to get an early preview of MicroProfile features, but has since been removed from IBM repositories, as they only keep the 2 most recent betas available.

To resolve this, update dependencies to 17.0.0.4 which is an official Liberty release that contains the necessary MicroProfile features. Also, since is is an official release, it will never be removed from IBM repositories.