eclipse / microprofile-conference

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

Use microprofile:1.0 maven dependency instead of javaee-api:7.0 #163

Closed aguibert closed 7 years ago

aguibert commented 7 years ago

Maven dependencies can be cleaned up a bit to pull in only the Microprofile 1.0 dependencies, instead of all of Java EE 7.0. This will also allow us to more easily update the repo to use newer MP APIs as they are released and start diverging from what is available in Java EE (e.g. MP-Config)

OndroMih commented 7 years ago

Thanks, @aguibert, looks good to me.

Since there's already maven artifact for MP 1.1, we can also update to this one soon. What about merging this PR, move it to a 1.0 branch, and then update to MP 1.1?

aguibert commented 7 years ago

@OndrejM yep, my next task is going to be adding in new MP 1.1 features (i.e. MP Config) and I'll probably do exactly what you described with branching. Don't have write access to the repo so I'll discuss with the repo owners.