Repository: calcite-avatica
Updated Branches:
  refs/heads/master 05c59afed -> f44b11276


[CALCITE-2350] Cannot shade Avatica with Guava 21.0 or higher

Cause is [MSHADE-228], fixed in maven-shade-plugin 3.0.0 and higher.

Thanks to Sergey Nuyanzin for identifying the cause.


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

Branch: refs/heads/master
Commit: f44b1127661f2ecf463b3a44f5d30c1814bc0345
Parents: 05c59af
Author: Julian Hyde <jh...@apache.org>
Authored: Fri Jun 1 23:08:59 2018 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Sat Jun 2 09:09:06 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/f44b1127/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 89e735b..8c5bff4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@ limitations under the License.
     <!-- Apache 19 has 2.10.4, but need 3.0.0 for [MJAVADOC-524]. -->
     <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
     <maven-scm-provider.version>1.9.4</maven-scm-provider.version>
-    <maven-shade-plugin.version>2.1</maven-shade-plugin.version>
+    <maven-shade-plugin.version>3.1.1</maven-shade-plugin.version>
     <!-- Apache 19 has 2.20.1, but need 2.21.0+ for [MPOM-184] -->
     <maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
     <mockito.version>2.5.5</mockito.version>

Reply via email to