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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1484711  fix dep to make build compatible with jdk11 (#3357)
1484711 is described below

commit 1484711d69fc25e50a8ff0a0aa7d6ee1180c1fd0
Author: Rajan Dhabalia <rdhaba...@apache.org>
AuthorDate: Fri Jan 11 18:24:53 2019 -0800

    fix dep to make build compatible with jdk11 (#3357)
---
 pulsar-sql/presto-distribution/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pulsar-sql/presto-distribution/pom.xml 
b/pulsar-sql/presto-distribution/pom.xml
index 9f65697..a99aea4 100644
--- a/pulsar-sql/presto-distribution/pom.xml
+++ b/pulsar-sql/presto-distribution/pom.xml
@@ -60,6 +60,10 @@
                     <groupId>org.openjdk.jol</groupId>
                     <artifactId>jol-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.sun</groupId>
+                    <artifactId>tools</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Reply via email to