From 5de7a822bebbc6c2bfd5cd0fec4ab6d4ae8f2d73 Mon Sep 17 00:00:00 2001 From: Tim Meehan Date: Thu, 5 Dec 2024 10:08:43 -0800 Subject: [PATCH] Add dummy class to fix Nexus release issues Open source nexus deployment requires the creation of a JAR with Javadoc. Because we depend on the code in the `presto-native-execution` module now in other modules for tests, we need to release these artifacts to Nexus along with the rest of the modules we release. Because there is only testing code in this module, it fails during Nexus deployment. Adding a dummy class with Javadoc to allow this artifact to be released. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee4920c084624..c409c14e69d85 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ 0.38 0.6 1.12.560 - 3.9.0 + 4.12.0 3.4.0 19.3.0.0 1.38 @@ -2329,6 +2329,7 @@ com.fasterxml.jackson.core:jackson-annotations com.fasterxml.jackson.core:jackson-core com.fasterxml.jackson.core:jackson-databind + org.jetbrains.kotlin:kotlin-stdlib-jdk8