This is an automated email from the ASF dual-hosted git repository.

dacort pushed a commit to branch fix/remove-catx-licenses
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/fix/remove-catx-licenses by 
this push:
     new 42f93aa5 Add jaxb back to rsc
42f93aa5 is described below

commit 42f93aa5f2bcd10c400233bcb43a8a5142168fd6
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Wed Aug 16 15:31:49 2023 -0700

    Add jaxb back to rsc
---
 rsc/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/rsc/pom.xml b/rsc/pom.xml
index 607fda8e..66b778a9 100644
--- a/rsc/pom.xml
+++ b/rsc/pom.xml
@@ -95,12 +95,6 @@
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_${scala.binary.version}</artifactId>
       <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.xml.bind</groupId>
-          <artifactId>jaxb-api</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
@@ -121,12 +115,6 @@
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
       <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>javax.xml.bind</groupId>
-          <artifactId>jaxb-api</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Reply via email to