Created
June 10, 2020 07:36
-
-
Save johnpoth/f5ce04a4f207c2c7a66d585dd72d8422 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<rule id="xml-removed-components-00000"> | |
<when> | |
<project> | |
<artifact groupId="org.apache.camel" artifactId="camel-linkedin" /> | |
</project> | |
</when> | |
<perform> | |
<hint title="`org.apache.camel:camel-linkedin` artifact has been removed" effort="7" category-id="mandatory" > | |
<message>`org.apache.camel:camel-linkedin` artifact has been removed in Apache Camel 3 so it won't be available</message> | |
<link href="https://camel.apache.org/manual/latest/camel-3-migration-guide.html#_removed_components" title="Camel 3 - Migration Guide: Removed components" /> | |
</hint> | |
</perform> | |
</rule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment