Created
March 13, 2012 00:36
-
-
Save balunasj/2025728 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
#if ($enterprise == "true" || $enterprise == "y" || $enterprise == "yes" ) | |
<!-- Certified version of the JBoss EAP components we want to use --> | |
<javaee6.web.spec.version>3.0.0.Beta1-redhat-1</javaee6.web.spec.version> | |
<!-- Alternatively, comment out the above line, and un-comment the line below to | |
use version 2.0.0.Final which is based on community built dependencies. | |
You can actually use this stack with any version of JBoss AS that implements | |
the Java EE 6 web profile --> | |
<!-- | |
<javaee6.web.spec.version>2.0.0.Final</javaee6.web.spec.version> | |
--> | |
<!-- Versions not covered in jboss-javaee-web-6.0 BOM --> | |
<version.org.hibernate.validator>4.2.0.Final-redhat-1</version.org.hibernate.validator> | |
<version.junit>4.8.2-redhat-1</version.junit> | |
#else | |
<javaee6.web.spec.version>2.0.0.Final</javaee6.web.spec.version> | |
<!-- Alternatively, comment out the above line, and un-comment the line below to | |
use version 3.0.0.Beta1-redhat-1 which is a release certified | |
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6 maven repository. --> | |
<!-- | |
<javaee6.web.spec.version>3.0.0.Beta1-redhat-1</javaee6.web.spec.version> | |
--> | |
<!-- Versions not covered in jboss-javaee-web-6.0 BOM --> | |
<version.org.hibernate.validator>4.2.0.Final</version.org.hibernate.validator> | |
<version.junit>4.8.2</version.junit> | |
#end | |
<wro4j.version>1.4.4</wro4j.version> | |
<version.org.hibernate-jpamodelgen>1.1.1.Final</version.org.hibernate-jpamodelgen> | |
<version.org.jboss.arquillian>1.0.0.CR7</version.org.jboss.arquillian> | |
<version.org.jboss.as.arquillian.container>7.1.0.Final</version.org.jboss.as.arquillian.container> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment