dependencies {
providedCompile 'javax:javaee-api:7.0'
// this is the BOM
testCompile 'org.jboss.arquillian:arquillian-bom:1.3.0.Final'
testCompile 'org.jboss.arquillian.junit:arquillian-junit-container'
testCompile 'org.arquillian.container:arquillian-container-chameleon:1.0.0.Beta3'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.10.0'
}