You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/04/02 19:08:24 UTC

[myfaces] branch 3.0.x updated: Java 11 Build

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

tandraschko pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/3.0.x by this push:
     new d81d905  Java 11 Build
d81d905 is described below

commit d81d90559796783be95c62e2977cb92749cb8ca4
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Thu Apr 2 21:08:15 2020 +0200

    Java 11 Build
---
 impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/impl/pom.xml b/impl/pom.xml
index 736a1af..fd2b5e4 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -1345,6 +1345,12 @@
             <version>0.5</version>
             <scope>test</scope>
         </dependency>
+       <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.3.0</version>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>