Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created June 10, 2020 07:40
Show Gist options
  • Save johnpoth/f4a07ccfae05815ad9dd091982f2f247 to your computer and use it in GitHub Desktop.
Save johnpoth/f4a07ccfae05815ad9dd091982f2f247 to your computer and use it in GitHub Desktop.
<rule id="xml-removed-components-00000-test">
<when>
<not>
<iterable-filter size="1">
<hint-exists message="`org.apache.camel:camel-linkedin` artifact has been removed in Apache Camel 3 so it won't be available"/>
</iterable-filter>
</not>
</when>
<perform>
<fail message="[xml-removed-components] 'camel-linkedin' dependency removed hint was not found!" />
</perform>
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment