The org.jboss.arquillian:arquillian-bom version you are using is from 2017 - https://mvnrepository.com/artifact/org.jboss.arquillian/arquillian-bom - while the org.jboss.arquillian.junit:arquillian-junit-core is recent. So the classpath misalignment is very likely the culprit.
Also, obtain complete stacktraces and try running maven with -X,--debug for more debug information.