From 7a7a4de0db1e7f725be654a4268a1f105ce11086 Mon Sep 17 00:00:00 2001 From: Jay Patel Date: Wed, 2 Oct 2024 13:19:18 -0700 Subject: [PATCH] Fix maven package --- pom.xml | 13 +++++++++++++ scripts/process_licenses.py | 4 ++++ 2 files changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index e8e917c98..baeec5966 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,10 @@ org.apache.zookeeper zookeeper + + org.bouncycastle + bcprov-jdk15on + org.eclipse.jetty jetty-server @@ -385,6 +389,14 @@ javax.xml.bind jaxb-api + + org.apache.hadoop + hadoop-yarn-common + + + org.bouncycastle + bcprov-jdk15on + org.slf4j slf4j-reload4j @@ -1265,6 +1277,7 @@ generate-resources + true python3 ${project.basedir}/scripts/process_licenses.py diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py index 9f715abd6..accf84398 100644 --- a/scripts/process_licenses.py +++ b/scripts/process_licenses.py @@ -50,6 +50,10 @@ "com.nimbusds:nimbus-jose-jwt": APACHE_LICENSE, "com.github.stephenc.jcip:jcip-annotations": APACHE_LICENSE, "io.netty:netty-common": APACHE_LICENSE, + "io.netty:netty-handler": APACHE_LICENSE, + "io.netty:netty-resolver": APACHE_LICENSE, + "io.netty:netty-buffer": APACHE_LICENSE, + "io.netty:netty-transport": APACHE_LICENSE, "com.google.re2j:re2j": GO_LICENSE, "com.google.protobuf:protobuf-java": BSD_3_CLAUSE_LICENSE, "com.google.code.gson:gson": APACHE_LICENSE,