HHH-13759 Add AssertJ in the list of libraries available
It's useful to test the bytecode enhancements and has a nicer fluent API.
This commit is contained in:
parent
6acfd17548
commit
46170d9ffe
|
@ -27,6 +27,8 @@ ext {
|
|||
|
||||
agroalVersion = '1.7'
|
||||
|
||||
assertjVersion = '3.14.0'
|
||||
|
||||
geolatteVersion = '1.4.0'
|
||||
|
||||
// Wildfly version targeted by module ZIP; Arquillian/Shrinkwrap versions used for CDI testing and testing the module ZIP
|
||||
|
@ -147,6 +149,8 @@ ext {
|
|||
cdi: "javax.enterprise:cdi-api:${cdiVersion}",
|
||||
weld: "org.jboss.weld.se:weld-se-shaded:${weldVersion}",
|
||||
|
||||
assertj: "org.assertj:assertj-core:${assertjVersion}",
|
||||
|
||||
// Arquillian/Shrinkwrap
|
||||
arquillian_junit_container: "org.jboss.arquillian.junit:arquillian-junit-container:${arquillianVersion}",
|
||||
arquillian_protocol_servlet: "org.jboss.arquillian.protocol:arquillian-protocol-servlet:${arquillianVersion}",
|
||||
|
|
Loading…
Reference in New Issue