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/03/18 10:20:20 UTC

[myfaces] branch master updated: fix build on oracle jdk8 and windows10

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d760597  fix build on oracle jdk8 and windows10
d760597 is described below

commit d76059721f6dd4c8fbd93bb762d1b78f4fcf61a8
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Mar 18 11:20:14 2020 +0100

    fix build on oracle jdk8 and windows10
---
 impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 642c0dd..334cef2 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -630,10 +630,10 @@
                         -->
                         <property>
                             <name>java.locale.providers</name>
-                            <value>COMPAT,CLDR</value>
+                            <value>COMPAT</value>
                         </property>
                     </systemProperties>
-                    <argLine>-Djava.locale.providers=COMPAT,CLDR</argLine>
+                    <argLine>-Djava.locale.providers=COMPAT</argLine>
                 </configuration>
 
                 <executions>