Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created June 10, 2020 07:36
Show Gist options
  • Save johnpoth/f5ce04a4f207c2c7a66d585dd72d8422 to your computer and use it in GitHub Desktop.
Save johnpoth/f5ce04a4f207c2c7a66d585dd72d8422 to your computer and use it in GitHub Desktop.
<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