Wednesday, January 30, 2019

Installing Features From Maven Dependencies in Open Liberty 18.0.0.2

Open Liberty 18.0.0.2 is available in several runtime packages, including as a kernel without any runtime features. With the latest releases of the Liberty Maven and Gradle plugins, you can install features to build up the runtime with exactly what you need. This can be done simply by adding feature dependencies in your build. The feature dependencies also provide the relevant dependencies for compiling your application, so there is no longer any need to add Liberty API, SPI, or Java specification dependencies.

The Runtime Kernel

If you’re using Maven, here are the coordinates for the runtime kernel:



from DZone.com Feed http://bit.ly/2WpWJfO

No comments:

Post a Comment