diff --git a/pom.xml b/pom.xml index 02554a7d6077e..282d38d67e00d 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.9.0 3.4.0 19.3.0.0 - 1.38 + 1.40-SNAPSHOT 2.12.7 @@ -102,6 +102,13 @@ -missing + + + jitpack.io + https://jitpack.io + + + presto-atop presto-spi @@ -209,6 +216,26 @@ + + com.github.imsayari404.drift + drift-root + 1.40-SNAPSHOT + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-protocol + + + + io.netty netty-bom @@ -338,6 +365,12 @@ com.facebook.presto presto-hive ${project.version} + + + com.facebook.drift + drift-api + + @@ -597,6 +630,12 @@ org.testcontainers testcontainers ${dep.testcontainers.version} + + + com.facebook.drift + drift-api + + @@ -658,6 +697,16 @@ com.facebook.presto presto-main ${project.version} + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-api + + @@ -671,6 +720,12 @@ com.facebook.presto presto-hive-metastore ${project.version} + + + com.facebook.drift + drift-api + + @@ -775,6 +830,12 @@ com.facebook.presto presto-spark-base ${project.version} + + + com.facebook.drift + drift-api + + @@ -1036,6 +1097,12 @@ com.facebook.airlift event ${dep.airlift.version} + + + com.facebook.drift + drift-api + + @@ -1054,12 +1121,48 @@ com.facebook.airlift jaxrs ${dep.airlift.version} + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-transport-netty + + com.facebook.airlift jaxrs-testing ${dep.airlift.version} + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-transport-netty + + @@ -1090,12 +1193,36 @@ com.facebook.airlift http-client ${dep.airlift.version} + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-transport-netty + + com.facebook.airlift stats ${dep.airlift.version} + + + com.facebook.drift + drift-api + + @@ -1105,51 +1232,155 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api ${dep.drift.version} + + + com.facebook.drift + drift-api + + - com.facebook.drift + com.github.imsayari404.drift drift-client ${dep.drift.version} + + + com.facebook.drift + drift-client + + + com.facebook.drift + drift-api + + - com.facebook.drift + com.github.imsayari404.drift drift-codec ${dep.drift.version} + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-api + + - com.facebook.drift + com.github.imsayari404.drift drift-protocol ${dep.drift.version} + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-api + + - com.facebook.drift + com.github.imsayari404.drift drift-server ${dep.drift.version} + + + com.facebook.drift + drift-server + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-codec + + - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty ${dep.drift.version} + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-transport-netty + + + com.facebook.drift + drift-codec + + - com.facebook.drift + com.github.imsayari404.drift drift-transport-spi ${dep.drift.version} + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-transport-spi + + + com.facebook.drift + drift-api + + + com.facebook.drift + drift-codec + + - com.facebook.drift + com.github.imsayari404.drift drift-codec-utils ${dep.drift.version} + + + com.facebook.drift + drift-codec-utils + + + com.facebook.drift + drift-protocol + + + com.facebook.drift + drift-codec + + + com.facebook.drift + drift-api + + @@ -1228,6 +1459,18 @@ io.airlift.resolver resolver 1.4 + + + io.netty + netty + + + + + + io.netty + netty-all + 4.1.115.Final @@ -1935,6 +2178,10 @@ org.slf4j slf4j-log4j12 + + io.netty + netty + @@ -2290,7 +2537,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-maven-plugin ${dep.drift.version} @@ -2345,9 +2592,18 @@ META-INF.versions.9.module-info META-INF.versions.11.module-info + com.facebook.drift.* + io.netty.* META-INF.versions.9.org.apache.lucene.* + com.github.rvesse.airline.* + javax.inject.* + org.apache.commons.* + + + com/github/rvesse/airline/core.version + diff --git a/presto-accumulo/pom.xml b/presto-accumulo/pom.xml index 86a7e17f8062e..74d7e42efd213 100644 --- a/presto-accumulo/pom.xml +++ b/presto-accumulo/pom.xml @@ -275,7 +275,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-atop/pom.xml b/presto-atop/pom.xml index 1d48753fcfba6..f45f815f6b09f 100644 --- a/presto-atop/pom.xml +++ b/presto-atop/pom.xml @@ -99,7 +99,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-blackhole/pom.xml b/presto-blackhole/pom.xml index 3567e09d29c27..a5327d3667d90 100644 --- a/presto-blackhole/pom.xml +++ b/presto-blackhole/pom.xml @@ -48,7 +48,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-cache/pom.xml b/presto-cache/pom.xml index 34c255628b78d..57fb13c099108 100644 --- a/presto-cache/pom.xml +++ b/presto-cache/pom.xml @@ -96,7 +96,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-cassandra/pom.xml b/presto-cassandra/pom.xml index afd048c244029..cb24a3d4396fb 100644 --- a/presto-cassandra/pom.xml +++ b/presto-cassandra/pom.xml @@ -101,7 +101,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-clickhouse/pom.xml b/presto-clickhouse/pom.xml index f88227ccc14d4..b26bc5f1b3a75 100755 --- a/presto-clickhouse/pom.xml +++ b/presto-clickhouse/pom.xml @@ -78,7 +78,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-client/pom.xml b/presto-client/pom.xml index 8ad76c3412a87..fe477ed409121 100644 --- a/presto-client/pom.xml +++ b/presto-client/pom.xml @@ -57,7 +57,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api @@ -100,19 +100,19 @@ - com.facebook.drift + com.github.imsayari404.drift drift-protocol test - com.facebook.drift + com.github.imsayari404.drift drift-codec test - com.facebook.drift + com.github.imsayari404.drift drift-codec-utils test diff --git a/presto-common/pom.xml b/presto-common/pom.xml index 64dc346c2c119..a3838c9c49221 100644 --- a/presto-common/pom.xml +++ b/presto-common/pom.xml @@ -27,7 +27,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api @@ -104,15 +104,29 @@ - com.facebook.drift + com.github.imsayari404.drift drift-codec test - com.facebook.drift + com.github.imsayari404.drift drift-protocol test + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + com.github.imsayari404.drift:drift-protocol:jar:1.40-SNAPSHOT + + + + + diff --git a/presto-delta/pom.xml b/presto-delta/pom.xml index 21b76e574ee07..38edc6c465e46 100644 --- a/presto-delta/pom.xml +++ b/presto-delta/pom.xml @@ -142,7 +142,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-druid/pom.xml b/presto-druid/pom.xml index 56fbfcec0b426..45dd38f1e839d 100644 --- a/presto-druid/pom.xml +++ b/presto-druid/pom.xml @@ -246,7 +246,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided @@ -330,4 +330,21 @@ test + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + com.github.rvesse.airline:airline-examples:jar:2.8.4 + + + javax.inject:javax.inject:jar:1 + + + + + diff --git a/presto-elasticsearch/pom.xml b/presto-elasticsearch/pom.xml index 073f3c5518aa2..c9de587ed8678 100644 --- a/presto-elasticsearch/pom.xml +++ b/presto-elasticsearch/pom.xml @@ -206,7 +206,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-example-http/pom.xml b/presto-example-http/pom.xml index 4a845015c861d..d7655d51e7427 100644 --- a/presto-example-http/pom.xml +++ b/presto-example-http/pom.xml @@ -75,7 +75,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-function-namespace-managers/pom.xml b/presto-function-namespace-managers/pom.xml index 4a467a77340a7..4ec1dea39aac5 100644 --- a/presto-function-namespace-managers/pom.xml +++ b/presto-function-namespace-managers/pom.xml @@ -52,18 +52,18 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided - com.facebook.drift + com.github.imsayari404.drift drift-client - com.facebook.drift + com.github.imsayari404.drift drift-transport-spi @@ -185,7 +185,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty @@ -195,4 +195,23 @@ test + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + com.github.imsayari404.drift:drift-transport-spi:jar:1.40-SNAPSHOT + + + com.facebook.drift:drift-transport-spi:jar:1.40-SNAPSHOT + + + + + + diff --git a/presto-hana/pom.xml b/presto-hana/pom.xml index c1982acf98d71..142af22de9a4f 100644 --- a/presto-hana/pom.xml +++ b/presto-hana/pom.xml @@ -66,7 +66,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-hdfs-core/pom.xml b/presto-hdfs-core/pom.xml index bd38648c16551..d9979396a3376 100644 --- a/presto-hdfs-core/pom.xml +++ b/presto-hdfs-core/pom.xml @@ -61,7 +61,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api @@ -79,13 +79,13 @@ - com.facebook.drift + com.github.imsayari404.drift drift-codec test - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty test diff --git a/presto-hive-common/pom.xml b/presto-hive-common/pom.xml index ff1fdfd0ede82..1f81bc6facf0c 100644 --- a/presto-hive-common/pom.xml +++ b/presto-hive-common/pom.xml @@ -108,13 +108,13 @@ - com.facebook.drift + com.github.imsayari404.drift drift-codec test - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty test diff --git a/presto-hive-function-namespace/pom.xml b/presto-hive-function-namespace/pom.xml index e400e547ef0d0..8180e6e5f08b6 100644 --- a/presto-hive-function-namespace/pom.xml +++ b/presto-hive-function-namespace/pom.xml @@ -67,7 +67,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-hive-hadoop2/pom.xml b/presto-hive-hadoop2/pom.xml index a8624e4a9077f..aaa7d850957fe 100644 --- a/presto-hive-hadoop2/pom.xml +++ b/presto-hive-hadoop2/pom.xml @@ -57,7 +57,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-hive/pom.xml b/presto-hive/pom.xml index 8a756083122a9..236d0e0b6a5de 100644 --- a/presto-hive/pom.xml +++ b/presto-hive/pom.xml @@ -23,17 +23,17 @@ - com.facebook.drift + com.github.imsayari404.drift drift-codec - com.facebook.drift + com.github.imsayari404.drift drift-codec-utils - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty @@ -154,7 +154,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api @@ -516,6 +516,15 @@ org.glassfish.jersey.core:jersey-common:jar org.eclipse.jetty:jetty-server:jar + + com.github.imsayari404.drift:drift-api:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-transport-netty:jar:1.40-SNAPSHOT + + + com.facebook.drift:drift-api:jar:1.40-SNAPSHOT + com.facebook.drift:drift-transport-netty:jar:1.31 + com.facebook.drift:drift-api:jar:1.31 + diff --git a/presto-hudi/pom.xml b/presto-hudi/pom.xml index 4cc363a9f6e4c..5c9c0fc0d12e8 100644 --- a/presto-hudi/pom.xml +++ b/presto-hudi/pom.xml @@ -209,7 +209,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-i18n-functions/pom.xml b/presto-i18n-functions/pom.xml index acbd59ef08bfc..f98d239cb34f0 100644 --- a/presto-i18n-functions/pom.xml +++ b/presto-i18n-functions/pom.xml @@ -40,7 +40,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-iceberg/pom.xml b/presto-iceberg/pom.xml index 36cbe08db3b03..96d483bad655e 100644 --- a/presto-iceberg/pom.xml +++ b/presto-iceberg/pom.xml @@ -189,7 +189,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-jmx/pom.xml b/presto-jmx/pom.xml index caf8f6171a76d..5434721e6daab 100644 --- a/presto-jmx/pom.xml +++ b/presto-jmx/pom.xml @@ -86,7 +86,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-kafka/pom.xml b/presto-kafka/pom.xml index 9327e2646510a..32eb4ea0599ec 100644 --- a/presto-kafka/pom.xml +++ b/presto-kafka/pom.xml @@ -108,7 +108,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-kudu/pom.xml b/presto-kudu/pom.xml index 36c9582462522..efa929b1ec9d5 100644 --- a/presto-kudu/pom.xml +++ b/presto-kudu/pom.xml @@ -98,7 +98,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-local-file/pom.xml b/presto-local-file/pom.xml index 07252e5eadef7..81ad7faf2cdf4 100644 --- a/presto-local-file/pom.xml +++ b/presto-local-file/pom.xml @@ -71,7 +71,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-main/pom.xml b/presto-main/pom.xml index f6ab94cfd3330..f3ebeeafe7624 100644 --- a/presto-main/pom.xml +++ b/presto-main/pom.xml @@ -192,42 +192,42 @@ - com.facebook.drift + com.github.imsayari404.drift drift-server - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty - com.facebook.drift + com.github.imsayari404.drift drift-transport-spi - com.facebook.drift + com.github.imsayari404.drift drift-client - com.facebook.drift + com.github.imsayari404.drift drift-protocol - com.facebook.drift + com.github.imsayari404.drift drift-codec - com.facebook.drift + com.github.imsayari404.drift drift-api - com.facebook.drift + com.github.imsayari404.drift drift-codec-utils @@ -572,6 +572,24 @@ com.facebook.presto:presto-ui:jar + + com.github.imsayari404.drift:drift-api:jar:1.40-SNAPSHOT + com.facebook.drift:drift-protocol:jar:1.40-SNAPSHOT + com.facebook.drift:drift-codec:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-codec:jar:1.40-SNAPSHOT + com.facebook.drift:drift-transport-spi:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-transport-netty:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-transport-spi:jar:1.40-SNAPSHOT + + + com.facebook.drift:drift-api:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-codec:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-protocol:jar:1.40-SNAPSHOT + com.facebook.drift:drift-codec:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-transport-spi:jar:1.40-SNAPSHOT + com.facebook.drift:drift-transport-netty:jar:1.31 + com.facebook.drift:drift-transport-spi:jar:1.31 + diff --git a/presto-memory/pom.xml b/presto-memory/pom.xml index 70dfdd38929b2..a8bf51d59c6fb 100644 --- a/presto-memory/pom.xml +++ b/presto-memory/pom.xml @@ -72,7 +72,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-ml/pom.xml b/presto-ml/pom.xml index 61c48c7f4891c..9f0aa597a351e 100644 --- a/presto-ml/pom.xml +++ b/presto-ml/pom.xml @@ -65,7 +65,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-mongodb/pom.xml b/presto-mongodb/pom.xml index cd3ad0708d4b0..a2846c68a8855 100644 --- a/presto-mongodb/pom.xml +++ b/presto-mongodb/pom.xml @@ -94,7 +94,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-mysql/pom.xml b/presto-mysql/pom.xml index 83b24ea42f894..98c4dcd38189c 100644 --- a/presto-mysql/pom.xml +++ b/presto-mysql/pom.xml @@ -66,7 +66,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-native-sidecar-plugin/pom.xml b/presto-native-sidecar-plugin/pom.xml index f3e82500967e5..34b174d76ef2a 100644 --- a/presto-native-sidecar-plugin/pom.xml +++ b/presto-native-sidecar-plugin/pom.xml @@ -93,7 +93,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-open-telemetry/pom.xml b/presto-open-telemetry/pom.xml index 33282499dde27..1a10c3a4c1742 100644 --- a/presto-open-telemetry/pom.xml +++ b/presto-open-telemetry/pom.xml @@ -81,7 +81,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-oracle/pom.xml b/presto-oracle/pom.xml index 02618d72cf69e..2a4ae686c3a16 100644 --- a/presto-oracle/pom.xml +++ b/presto-oracle/pom.xml @@ -78,7 +78,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-password-authenticators/pom.xml b/presto-password-authenticators/pom.xml index a7520c3abf3c8..b1ccda7b88ba8 100644 --- a/presto-password-authenticators/pom.xml +++ b/presto-password-authenticators/pom.xml @@ -77,7 +77,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-pinot-toolkit/pom.xml b/presto-pinot-toolkit/pom.xml index d7a42e0007656..843e315f6192c 100644 --- a/presto-pinot-toolkit/pom.xml +++ b/presto-pinot-toolkit/pom.xml @@ -531,7 +531,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-pinot/pom.xml b/presto-pinot/pom.xml index 85c204c22426d..35dde6539bfd8 100644 --- a/presto-pinot/pom.xml +++ b/presto-pinot/pom.xml @@ -57,7 +57,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-postgresql/pom.xml b/presto-postgresql/pom.xml index b1917b95ae5e5..a8f59ed78db63 100644 --- a/presto-postgresql/pom.xml +++ b/presto-postgresql/pom.xml @@ -76,7 +76,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-prometheus/pom.xml b/presto-prometheus/pom.xml index 260c78bcbb107..3338b717ffafc 100644 --- a/presto-prometheus/pom.xml +++ b/presto-prometheus/pom.xml @@ -130,7 +130,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-redshift/pom.xml b/presto-redshift/pom.xml index 29df1b1e9b7d2..56d7768e1b167 100644 --- a/presto-redshift/pom.xml +++ b/presto-redshift/pom.xml @@ -63,7 +63,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-singlestore/pom.xml b/presto-singlestore/pom.xml index 12687e652f51d..c474fcc2f7186 100644 --- a/presto-singlestore/pom.xml +++ b/presto-singlestore/pom.xml @@ -67,7 +67,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-spi/pom.xml b/presto-spi/pom.xml index 9a06db72ca290..f038e01d7d571 100644 --- a/presto-spi/pom.xml +++ b/presto-spi/pom.xml @@ -23,7 +23,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api diff --git a/presto-sqlserver/pom.xml b/presto-sqlserver/pom.xml index 7f84fd2e69148..acf68c6de32e4 100644 --- a/presto-sqlserver/pom.xml +++ b/presto-sqlserver/pom.xml @@ -77,7 +77,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-teradata-functions/pom.xml b/presto-teradata-functions/pom.xml index 23a42862bac01..0486a7c759b8a 100644 --- a/presto-teradata-functions/pom.xml +++ b/presto-teradata-functions/pom.xml @@ -50,7 +50,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-tests/pom.xml b/presto-tests/pom.xml index 6bdf3acad7455..18defb8608892 100644 --- a/presto-tests/pom.xml +++ b/presto-tests/pom.xml @@ -230,12 +230,12 @@ - com.facebook.drift + com.github.imsayari404.drift drift-codec - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty @@ -327,6 +327,20 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + com.facebook.drift:drift-codec:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-transport-netty:jar:1.40-SNAPSHOT + + + com.github.imsayari404.drift:drift-codec:jar:1.40-SNAPSHOT + com.facebook.drift:drift-transport-netty:jar:1.31 + + + org.basepom.maven duplicate-finder-maven-plugin diff --git a/presto-thrift-api/pom.xml b/presto-thrift-api/pom.xml index 089c16a089472..363510a7da58d 100644 --- a/presto-thrift-api/pom.xml +++ b/presto-thrift-api/pom.xml @@ -29,7 +29,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api @@ -82,7 +82,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-javadoc ${dep.drift.version} diff --git a/presto-thrift-connector/pom.xml b/presto-thrift-connector/pom.xml index 8209032dd1c3c..85af68128239a 100644 --- a/presto-thrift-connector/pom.xml +++ b/presto-thrift-connector/pom.xml @@ -23,22 +23,22 @@ - com.facebook.drift + com.github.imsayari404.drift drift-client - com.facebook.drift + com.github.imsayari404.drift drift-codec - com.facebook.drift + com.github.imsayari404.drift drift-protocol - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty @@ -119,7 +119,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided @@ -168,7 +168,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-server test @@ -191,4 +191,25 @@ test + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + com.facebook.drift:drift-api:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-protocol:jar:1.40-SNAPSHOT + com.github.imsayari404.drift:drift-codec:jar:1.40-SNAPSHOT + com.facebook.drift:drift-api:jar:1.31 + + + com.facebook.drift:drift-protocol:jar:1.40-SNAPSHOT + com.facebook.drift:drift-codec:jar:1.40-SNAPSHOT + + + + + diff --git a/presto-thrift-testing-server/pom.xml b/presto-thrift-testing-server/pom.xml index 4c9a44723a920..d4efd6052c57d 100644 --- a/presto-thrift-testing-server/pom.xml +++ b/presto-thrift-testing-server/pom.xml @@ -24,12 +24,12 @@ - com.facebook.drift + com.github.imsayari404.drift drift-server - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty diff --git a/presto-thrift-testing-udf-server/pom.xml b/presto-thrift-testing-udf-server/pom.xml index 2bb60535fe228..e9106a8f59019 100644 --- a/presto-thrift-testing-udf-server/pom.xml +++ b/presto-thrift-testing-udf-server/pom.xml @@ -29,12 +29,12 @@ - com.facebook.drift + com.github.imsayari404.drift drift-server - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty diff --git a/presto-tpcds/pom.xml b/presto-tpcds/pom.xml index ad1f959c92496..cc97dd5febd65 100644 --- a/presto-tpcds/pom.xml +++ b/presto-tpcds/pom.xml @@ -55,7 +55,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/presto-tpch/pom.xml b/presto-tpch/pom.xml index 8d17ae05c3068..2e4502b5d5e77 100644 --- a/presto-tpch/pom.xml +++ b/presto-tpch/pom.xml @@ -40,7 +40,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-api provided diff --git a/redis-hbo-provider/pom.xml b/redis-hbo-provider/pom.xml index 703cfd4cfc9fd..ddf3aa99026ee 100644 --- a/redis-hbo-provider/pom.xml +++ b/redis-hbo-provider/pom.xml @@ -75,7 +75,7 @@ - com.facebook.drift + com.github.imsayari404.drift drift-transport-netty @@ -94,12 +94,12 @@ - com.facebook.drift + com.github.imsayari404.drift drift-codec - com.facebook.drift + com.github.imsayari404.drift drift-api provided