How to install the Java artifact org.wildfly.camel.compatibility-patch-karaf with Maven
Java
Maven
pom.xml
org.wildfly.camel
compatibility-patch-karaf
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.wildfly.camel</groupId>
<artifactId>compatibility-patch-karaf</artifactId>
<version>4.5.0.redhat-1</version>
</dependency>
/dependencies>