|
15 | 15 | bytemanVersion = '2.1.2'
|
16 | 16 | infinispanVersion = '7.2.1.Final'
|
17 | 17 | jnpVersion = '5.0.6.CR1'
|
| 18 | + elVersion = '2.2.4' |
18 | 19 |
|
19 | 20 | libraries = [
|
20 | 21 | // Ant
|
@@ -69,25 +70,27 @@ ext {
|
69 | 70 | //Maven plugin framework
|
70 | 71 | maven_plugin: 'org.apache.maven:maven-plugin-api:3.0.5',
|
71 | 72 | maven_plugin_tools: 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.2',
|
72 |
| - maven_plugin_tools: 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.2', |
73 | 73 |
|
74 | 74 | // ~~~~~~~~~~~~~~~~~~~~~~~~~~ testing
|
75 | 75 |
|
76 |
| - // logging for testing |
77 | 76 | log4j: "log4j:log4j:1.2.17",
|
78 | 77 | junit: "junit:junit:${junitVersion}",
|
79 | 78 | byteman: "org.jboss.byteman:byteman:${bytemanVersion}",
|
80 | 79 | byteman_install: "org.jboss.byteman:byteman-install:${bytemanVersion}",
|
81 | 80 | byteman_bmunit: "org.jboss.byteman:byteman-bmunit:${bytemanVersion}",
|
82 | 81 | shrinkwrap_api: 'org.jboss.shrinkwrap:shrinkwrap-api:1.0.0-beta-6',
|
83 | 82 | shrinkwrap: 'org.jboss.shrinkwrap:shrinkwrap-impl-base:1.0.0-beta-6',
|
84 |
| - validator: 'org.hibernate:hibernate-validator:5.0.1.Final', |
85 | 83 | h2: "com.h2database:h2:${h2Version}",
|
86 | 84 | derby: "org.apache.derby:derby:10.9.1.0",
|
87 | 85 | jboss_jta: "org.jboss.jbossts:jbossjta:4.16.4.Final",
|
88 | 86 | xapool: "com.experlog:xapool:1.5.0",
|
89 | 87 | mockito: 'org.mockito:mockito-core:1.9.0',
|
90 | 88 |
|
| 89 | + validator: 'org.hibernate:hibernate-validator:5.2.0.CR1', |
| 90 | + // EL required by Hibernate Validator at test runtime |
| 91 | + expression_language_api: "javax.el:javax.el-api:${elVersion}", |
| 92 | + expression_language_impl: "org.glassfish.web:javax.el:${elVersion}", |
| 93 | + |
91 | 94 | // required by Hibernate Validator at test runtime
|
92 | 95 | unified_el: "org.glassfish:javax.el:3.0-b07",
|
93 | 96 |
|
|
0 commit comments