You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/05/30 13:04:36 UTC

[myfaces-tobago] 02/02: TOBAGO-1900: Tests aren't executable with IE 11

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 9e0ad7533b11960ac5981286f173a11c8b2576ed
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 30 15:04:07 2018 +0200

    TOBAGO-1900: Tests aren't executable with IE 11
    
    Applying fix of DeltaSpike 1.8.1 for
    https://issues.apache.org/jira/browse/DELTASPIKE-1306
---
 tobago-example/tobago-example-demo/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 64428e5..2988b08 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -177,6 +177,11 @@
       <artifactId>commons-io</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+
     <!-- DeltaSpike -->
     <dependency>
       <groupId>org.apache.deltaspike.modules</groupId>

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.