HHH-8099 - CDI 1.1
This commit is contained in:
parent
5e7b3601a9
commit
3bc89ad30f
|
@ -9,16 +9,19 @@ dependencies {
|
|||
compile( libraries.jpa )
|
||||
compile( libraries.jta )
|
||||
compile( libraries.javassist )
|
||||
provided( "javax.enterprise:cdi-api:1.0-SP4" )
|
||||
|
||||
provided( "javax.enterprise:cdi-api:1.1-PFD" )
|
||||
|
||||
testCompile( project(':hibernate-testing') )
|
||||
testCompile( libraries.shrinkwrap_api )
|
||||
testCompile( libraries.shrinkwrap )
|
||||
testCompile( libraries.validation )
|
||||
testRuntime( libraries.validator )
|
||||
testCompile( "org.jboss.weld:weld-core:2.0.0.Beta6" )
|
||||
testCompile( "org.jboss.weld.arquillian.container:arquillian-weld-ee-embedded-1.1:1.1.2.Final" )
|
||||
testCompile( "org.jboss.weld:weld-core:1.1.9.Final" )
|
||||
testRuntime( "org.glassfish.web:el-impl:2.1.2-b04" )
|
||||
testRuntime( "org.jboss.ejb3:jboss-ejb3-api:3.1.0" )
|
||||
|
||||
testRuntime( libraries.validator )
|
||||
testRuntime( "org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:1.0.0.Alpha2" )
|
||||
// testRuntime( "org.glassfish.web:el-impl:2.1.2-b04" )
|
||||
}
|
||||
|
||||
jar {
|
||||
|
|
Loading…
Reference in New Issue