This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 81a1e76 PHOENIX-6168 PHOENIX-6143 breaks tests on linux
81a1e76 is described below
commit 81a1e76057a44178d5aa12a93720a3f53b1cd0c0
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 734f51c..cd6457d 100755
--- a/phoenix-tracing-webapp/pom.xml
+++ b/phoenix-tracing-webapp/pom.xml
@@ -139,6 +139,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>