Github user brunobat commented on a diff in the pull request:
https://github.com/apache/tomee/pull/345#discussion_r244943871
--- Diff:
examples/simple-ear/moviefun-functional-tests/src/test/java/org/superbiz/moviefun/MoviesArquillianHtmlUnitTest.java
---
@@ -37,7 +37,7 @@
@Deployment
public static EnterpriseArchive createDeployment() {
- final EnterpriseArchive enterpriseArchive =
Maven.resolver().resolve("org.superbiz:moviefun-ear:ear:7.0.6-SNAPSHOT")
+ final EnterpriseArchive enterpriseArchive =
Maven.resolver().resolve("org.superbiz:moviefun-ear:ear:8.0.0-SNAPSHOT")
--- End diff --
I wonder if we could get that version value from the project version. That
would fix the issue permanently.
---