You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by vi...@apache.org on 2018/03/26 11:35:07 UTC

[12/13] drill git commit: DRILL-6288: Upgrade org.javassist:javassist and org.reflections:reflections

DRILL-6288: Upgrade org.javassist:javassist and org.reflections:reflections

closes #1185


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/f1cfaaf3
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/f1cfaaf3
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/f1cfaaf3

Branch: refs/heads/master
Commit: f1cfaaf3aa08b25910918255fbf8daf67278d5c9
Parents: 435fa80
Author: Vlad Rozov <vr...@apache.org>
Authored: Thu Mar 22 15:47:31 2018 -0700
Committer: Vitalii Diravka <vi...@gmail.com>
Committed: Mon Mar 26 13:02:57 2018 +0300

----------------------------------------------------------------------
 contrib/storage-hbase/pom.xml |  1 -
 exec/jdbc-all/pom.xml         |  2 +-
 pom.xml                       | 16 +++++-----------
 3 files changed, 6 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/f1cfaaf3/contrib/storage-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 98c140c..329eba3 100644
--- a/contrib/storage-hbase/pom.xml
+++ b/contrib/storage-hbase/pom.xml
@@ -36,7 +36,6 @@
       <!-- used to update stopwatch -->
       <groupId>org.javassist</groupId>
       <artifactId>javassist</artifactId>
-      <version>3.20.0-GA</version>
       <scope>test</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/drill/blob/f1cfaaf3/exec/jdbc-all/pom.xml
----------------------------------------------------------------------
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index d4b6a4e..a10c37a 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -559,7 +559,7 @@
                           This is likely due to you adding new dependencies to a java-exec and not updating the excludes in this module. This is important as it minimizes the size of the dependency of Drill application users.
 
                         </message>
-                        <maxsize>32000000</maxsize>
+                        <maxsize>33000000</maxsize>
                         <minsize>15000000</minsize>
                         <files>
                           <file>${project.build.directory}/drill-jdbc-all-${project.version}.jar</file>

http://git-wip-us.apache.org/repos/asf/drill/blob/f1cfaaf3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c1c682..2d951ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>18</version>
-    <relativePath />
+    <relativePath/>
   </parent>
 
   <groupId>org.apache.drill</groupId>
@@ -46,7 +46,7 @@
     <ojai.version>1.1</ojai.version>
     <kerby.version>1.0.0-RC2</kerby.version>
     <findbugs.version>3.0.0</findbugs.version>
-    <netty.tcnative.classifier />
+    <netty.tcnative.classifier/>
     <commons.io.version>2.4</commons.io.version>
     <junit.version>4.11</junit.version>
     <hamcrest.core.version>1.3</hamcrest.core.version>
@@ -60,10 +60,10 @@
     <hbase.version>1.1.3</hbase.version>
     <fmpp.version>1.0</fmpp.version>
     <freemarker.version>2.3.26-incubating</freemarker.version>
-    <javassist.version>3.16.1-GA</javassist.version>
+    <javassist.version>3.22.0-GA</javassist.version>
     <msgpack.version>0.6.6</msgpack.version>
-    <reflections.version>0.9.8</reflections.version>
-    <excludedGroups />
+    <reflections.version>0.9.10</reflections.version>
+    <excludedGroups/>
     <memoryMb>4096</memoryMb>
     <directMemoryMb>4096</directMemoryMb>
   </properties>
@@ -786,12 +786,6 @@
         <groupId>org.reflections</groupId>
         <artifactId>reflections</artifactId>
         <version>${reflections.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>javassist</groupId>
-            <artifactId>javassist</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.javassist</groupId>