This is an automated email from the ASF dual-hosted git repository.
dacort pushed a commit to branch fix/test-license
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
The following commit(s) were added to refs/heads/fix/test-license by this push:
new 13a516ef Re-adding a few things back in
13a516ef is described below
commit 13a516ef0d99ea4df881d6f8bc494a7ea2336821
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Tue Sep 19 00:04:53 2023 -0700
Re-adding a few things back in
---
pom.xml | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/pom.xml b/pom.xml
index b62bf5f6..808d8946 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,10 +465,6 @@
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-server</artifactId>
- </exclusion>
</exclusions>
</dependency>
@@ -546,22 +542,10 @@
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-json</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-core</artifactId>
- </exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.sun.jersey.contribs</groupId>
- <artifactId>jersey-guice</artifactId>
- </exclusion>
</exclusions>
</dependency>
@@ -622,10 +606,6 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</exclusion>
- <exclusion>
- <groupId>javax.ws.rs</groupId>
- <artifactId>javax.ws.rs-api</artifactId>
- </exclusion>
</exclusions>
</dependency>