Repository: tomee Updated Branches: refs/heads/master d8878f611 -> 2f93f9623
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/2f93f962 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/2f93f962 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/2f93f962 Branch: refs/heads/master Commit: 2f93f96233d1bff2173824e5e44f3746b92c3eca Parents: d8878f6 Author: Jonathan Gallimore <[email protected]> Authored: Thu Apr 19 13:29:08 2018 +0100 Committer: Jonathan Gallimore <[email protected]> Committed: Thu Apr 19 13:29:08 2018 +0100 ---------------------------------------------------------------------- .../arquillian-tomee-webprofile-tests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/2f93f962/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 6773b26..a06aa3c 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>
