Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created September 18, 2015 14:34
Show Gist options
  • Save iocanel/c38b31c4c6848c23e3af to your computer and use it in GitHub Desktop.
Save iocanel/c38b31c4c6848c23e3af to your computer and use it in GitHub Desktop.
Dependencies to Kuberntes JSON inside an arquillian.xml descriptor
<?xml version="1.0"?>
<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://jboss.org/schema/arquillian"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<extension qualifier="kubernetes">
<property name="dependencies">mvn:groupId/artifactId/version/json</property>
</extension>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment