diff --git a/contrib/storage-phoenix/pom.xml b/contrib/storage-phoenix/pom.xml index e21dd3a9b68..a2d1654aec5 100644 --- a/contrib/storage-phoenix/pom.xml +++ b/contrib/storage-phoenix/pom.xml @@ -29,9 +29,7 @@ Drill : Contrib : Storage : Phoenix - 5.1.3 - - 2.4.17 + 5.2.0 false @@ -198,7 +196,7 @@ org.apache.phoenix - phoenix-hbase-compat-2.4.0 + phoenix-hbase-compat-2.4.1 ${phoenix.version} test @@ -211,7 +209,7 @@ org.apache.hbase hbase-it - ${hbase.minicluster.version} + ${hbase.version} tests test @@ -224,39 +222,39 @@ org.apache.hbase hbase-common - ${hbase.minicluster.version} + ${hbase.version} tests test org.apache.hbase hbase-client - ${hbase.minicluster.version} + ${hbase.version} test org.apache.hbase hbase-server - ${hbase.minicluster.version} + ${hbase.version} test org.apache.hbase hbase-protocol-shaded - ${hbase.minicluster.version} + ${hbase.version} test org.apache.hbase hbase-hadoop-compat - ${hbase.minicluster.version} + ${hbase.version} test org.apache.hbase hbase-asyncfs tests - ${hbase.minicluster.version} + ${hbase.version} test @@ -302,7 +300,7 @@ org.apache.hbase hbase-testing-util - ${hbase.minicluster.version} + ${hbase.version} test diff --git a/contrib/storage-phoenix/src/main/java/org/apache/drill/exec/store/phoenix/PhoenixStoragePlugin.java b/contrib/storage-phoenix/src/main/java/org/apache/drill/exec/store/phoenix/PhoenixStoragePlugin.java index daf4e480fa7..7a468003f05 100644 --- a/contrib/storage-phoenix/src/main/java/org/apache/drill/exec/store/phoenix/PhoenixStoragePlugin.java +++ b/contrib/storage-phoenix/src/main/java/org/apache/drill/exec/store/phoenix/PhoenixStoragePlugin.java @@ -48,7 +48,7 @@ import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import org.apache.hadoop.security.UserGroupInformation; -import org.apache.tephra.shaded.com.google.common.collect.ImmutableSet; +import com.google.common.collect.ImmutableSet; public class PhoenixStoragePlugin extends AbstractStoragePlugin {