You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/05/06 21:07:54 UTC

[incubator-druid] branch master updated: Update dependencies for JDK11 support (#7601)

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

fjy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 51a62cb  Update dependencies for JDK11 support (#7601)
51a62cb is described below

commit 51a62cb31b06a54ed2e16dcbbae6e693fa2cace2
Author: Xavier Léauté <xv...@apache.org>
AuthorDate: Mon May 6 14:07:45 2019 -0700

    Update dependencies for JDK11 support (#7601)
    
    * update asm for jdk11 support
    
    * update jvm-attach-api for jdk11 support
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 304f679..2218f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -711,12 +711,12 @@
             <dependency>
                 <groupId>org.ow2.asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>5.2</version>
+                <version>7.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ow2.asm</groupId>
                 <artifactId>asm-commons</artifactId>
-                <version>5.2</version>
+                <version>7.1</version>
             </dependency>
             <dependency>
                 <groupId>org.asynchttpclient</groupId>
@@ -727,7 +727,7 @@
             <dependency>
                 <groupId>org.gridkit.lab</groupId>
                 <artifactId>jvm-attach-api</artifactId>
-                <version>1.2</version>
+                <version>1.5</version>
             </dependency>
             <dependency>
                 <groupId>net.java.dev.jna</groupId>
@@ -1581,4 +1581,4 @@
             </build>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org