Created
June 10, 2020 07:40
-
-
Save johnpoth/f4a07ccfae05815ad9dd091982f2f247 to your computer and use it in GitHub Desktop.
This file contains 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-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