Created
September 18, 2015 14:34
-
-
Save iocanel/c38b31c4c6848c23e3af to your computer and use it in GitHub Desktop.
Dependencies to Kuberntes JSON inside an arquillian.xml descriptor
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
| <?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