Skip to content

Commit

Permalink
Use 4 spaces instead of 2 for standard formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed Feb 13, 2018
1 parent 0e40b16 commit 9e668ca
Showing 1 changed file with 20 additions and 20 deletions.
Expand Up @@ -23,25 +23,25 @@
-->

<module xmlns="urn:jboss:module:1.7" name="javax.validation.api">
<resources>
<artifact name="${javax.validation:validation-api}">
<conditions>
<property-equal name="ee8.preview.mode" value="true" />
</conditions>
</artifact>
<!--
The version is hardcoded as property resolution is not supported
when building feature packs. It is not a big issue as this will
be removed once we fully support EE 8.
-->
<resource-root path="validation-api-1.1.0.Final.jar">
<conditions>
<property-not-equal name="ee8.preview.mode" value="true" />
</conditions>
</resource-root>
</resources>
<resources>
<artifact name="${javax.validation:validation-api}">
<conditions>
<property-equal name="ee8.preview.mode" value="true"/>
</conditions>
</artifact>
<!--
The version is hardcoded as property resolution is not supported
when building feature packs. It is not a big issue as this will
be removed once we fully support EE 8.
-->
<resource-root path="validation-api-1.1.0.Final.jar">
<conditions>
<property-not-equal name="ee8.preview.mode" value="true"/>
</conditions>
</resource-root>
</resources>

<dependencies>
<module name="org.jboss.logging"/>
</dependencies>
<dependencies>
<module name="org.jboss.logging"/>
</dependencies>
</module>

0 comments on commit 9e668ca

Please sign in to comment.