aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/storage-hbase/pom.xml1
-rw-r--r--exec/jdbc-all/pom.xml2
-rw-r--r--pom.xml16
3 files changed, 6 insertions, 13 deletions
diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml
index 98c140c5f..329eba33b 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>
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index d4b6a4ee8..a10c37a20 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>
diff --git a/pom.xml b/pom.xml
index 8c1c682ef..2d951adb4 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>