How to install the Java artifact io.openliberty.features.mpFaultTolerance-2.1 with Maven
Java
Maven
pom.xml
io.openliberty.features
mpFaultTolerance-2.1
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>mpFaultTolerance-2.1</artifactId>
<version>20.0.0.4</version>
</dependency>
/<dependencies>