This is an automated email from the ASF dual-hosted git repository.
myskov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 74737bf526 HDDS-10915. Remove unused org.glassfish:javax.servlet
dependency declaration (#6732)
74737bf526 is described below
commit 74737bf526eadacde24ee6520687969387d99ff4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed May 29 09:13:27 2024 +0200
HDDS-10915. Remove unused org.glassfish:javax.servlet dependency
declaration (#6732)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index ed52fa4825..a5c39d8d3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,7 +149,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<jsch.version>0.1.55</jsch.version>
<cdi-api.version>2.0</cdi-api.version>
<servlet-api.version>3.1.0</servlet-api.version>
- <glassfish-servlet.version>3.1</glassfish-servlet.version>
<jsp-api.version>2.1</jsp-api.version>
<jsr311-api.version>1.1.1</jsr311-api.version>
@@ -553,11 +552,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<artifactId>jsp-api</artifactId>
<version>${jsp-api.version}</version>
</dependency>
- <dependency>
- <groupId>org.glassfish</groupId>
- <artifactId>javax.servlet</artifactId>
- <version>${glassfish-servlet.version}</version>
- </dependency>
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>guice-bridge</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]