kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Bom or not ?. #161

Closed pierre-gautier closed 4 years ago

pierre-gautier commented 4 years ago

Hi,

I'm trying to understand how to import Kumuluzee in maven.

Should I use the artifact kumuluzee-microProfile-3.0 defined in the BOM, or the kumuluzee-microProfile-3.2defined in the parent ?

Thanks !

jmezna commented 4 years ago

Use the dependency from the bom, as shown in the sample.

pierre-gautier commented 4 years ago

Fine, thanks. Any idea why is the version 3.0 defined in the BOM while the version 3.2 is in the parent ?