This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/4.x by this push:
new ca69b53 PHOENIX-6168 PHOENIX-6143 breaks tests on linux
ca69b53 is described below
commit ca69b53bf5acce3344d46235d54cfa5d435666e9
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Sep 30 16:41:53 2020 +0200
PHOENIX-6168 PHOENIX-6143 breaks tests on linux
---
phoenix-tracing-webapp/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/phoenix-tracing-webapp/pom.xml b/phoenix-tracing-webapp/pom.xml
index 59f971c..6f854fa 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -124,6 +124,9 @@
</execution>
</executions>
<configuration>
+ <phantomjs>
+ <version>2.1.1</version>
+ </phantomjs>
<!--browserVersion>FIREFOX_16</browserVersion-->
<preloadSources combine.children="append">
<source>${project.basedir}/src/main/webapp/js/lib/jquery.min.js</source>