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

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


The following commit(s) were added to refs/heads/master by this push:
     new dd19599  [hotfix] Fix ci failure due to pty4j is missing
dd19599 is described below

commit dd1959952172fef5f7a55b46c9d6c7678548e204
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Fri Dec 13 22:18:18 2019 +0800

    [hotfix] Fix ci failure due to pty4j is missing
    
    (cherry picked from commit e5ae9d40c1a2ecdea9163f09ec298f547937b7a3)
---
 submarine/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/submarine/pom.xml b/submarine/pom.xml
index 5c42311..ea0a162 100644
--- a/submarine/pom.xml
+++ b/submarine/pom.xml
@@ -43,6 +43,14 @@
     <hamcrest.all.version>1.3</hamcrest.all.version>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>bintray-jetbrains-pty4j</id>
+      <name>bintray</name>
+      <url>https://jetbrains.bintray.com/pty4j</url>
+    </repository>
+  </repositories>
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.zeppelin</groupId>

Reply via email to