From a586a781b72e31c2c0a9227bad0298bd2e4c5b6f Mon Sep 17 00:00:00 2001 From: Shang Ma Date: Mon, 14 Jul 2025 15:02:41 -0700 Subject: [PATCH 1/2] Bump airbase --- drift-codec-utils/pom.xml | 10 ++++++++++ drift-idl-generator/pom.xml | 14 ++++++++++++++ pom.xml | 28 +++++++++++++++++++++------- 3 files changed, 45 insertions(+), 7 deletions(-) diff --git a/drift-codec-utils/pom.xml b/drift-codec-utils/pom.xml index bd76882d..50766922 100644 --- a/drift-codec-utils/pom.xml +++ b/drift-codec-utils/pom.xml @@ -84,6 +84,16 @@ + + + org.apache.maven.plugins + maven-dependency-plugin + + + com.facebook.drift:drift-api + + + diff --git a/drift-idl-generator/pom.xml b/drift-idl-generator/pom.xml index 750e126a..ca303fc3 100644 --- a/drift-idl-generator/pom.xml +++ b/drift-idl-generator/pom.xml @@ -62,4 +62,18 @@ test + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + io.airlift:units + + + + + diff --git a/pom.xml b/pom.xml index 8e1ea0f2..52fdbceb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.facebook.airlift airbase - 95 + 107 com.facebook.drift @@ -153,12 +153,6 @@ ${dep.airlift.version} - - io.airlift - units - ${dep.airlift.version} - - io.airlift parameternames @@ -320,12 +314,32 @@ joda-time 2.9.9 + + + javax.validation + validation-api + 2.0.1.Final + + + + com.google.inject + guice + 4.2.2 + + + org.gaul + modernizer-maven-plugin + 3.1.0 + + true + + org.apache.maven.plugins maven-plugin-plugin From 4b7347f13d15d5a974dce62a0d860e61e4ec80ff Mon Sep 17 00:00:00 2001 From: Shang Ma Date: Tue, 15 Jul 2025 12:52:55 -0700 Subject: [PATCH 2/2] update --- drift-integration-tests/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drift-integration-tests/pom.xml b/drift-integration-tests/pom.xml index 0f21c518..00ddc32e 100644 --- a/drift-integration-tests/pom.xml +++ b/drift-integration-tests/pom.xml @@ -150,5 +150,11 @@ jsr305 test + + + io.netty + netty-buffer + test +