TOMEE-2183 adding Arquillian test for this issue
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/754c8d6a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/754c8d6a Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/754c8d6a Branch: refs/heads/master Commit: 754c8d6affe73e2467c561402801722fcb713683 Parents: ecdbf3c Author: Jonathan Gallimore <[email protected]> Authored: Thu Apr 19 13:29:08 2018 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Thu Apr 19 13:38:39 2018 +0100 ---------------------------------------------------------------------- .../arquillian-tomee-webprofile-tests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/754c8d6a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml ---------------------------------------------------------------------- diff --git a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml index ed8084d..5c6c9a9 100644 --- a/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml +++ b/arquillian/arquillian-tomee-tests/arquillian-tomee-webprofile-tests/pom.xml @@ -36,6 +36,12 @@ <version>${commons-lang3.version}</version> </dependency> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.11</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.9.5</version>
