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 15e26922 Add jaxb back to test scope in integration-test
15e26922 is described below
commit 15e26922451ead4e61b3cf33f33c9c5a9c981da5
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Tue Aug 15 08:03:00 2023 -0700
Add jaxb back to test scope in integration-test
---
integration-test/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index b9202ad3..6194d6db 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -125,12 +125,6 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-client</artifactId>
<scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>