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 fb0adb49 jersey-server needed for livy-rsc tests
fb0adb49 is described below
commit fb0adb4931755aed2eca058806fdd8a72a9e9422
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Mon Sep 18 15:32:42 2023 -0700
jersey-server needed for livy-rsc tests
---
pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4b38a161..b62bf5f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,10 +622,6 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-server</artifactId>
- </exclusion>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>