This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new e16ea8f8f3 chore: remove unused jsoup version define (#4315)
e16ea8f8f3 is described below
commit e16ea8f8f3eecd4150f7a810e98c73142ff90eaf
Author: ZhangJian He <[email protected]>
AuthorDate: Sun Apr 28 15:40:00 2024 +0800
chore: remove unused jsoup version define (#4315)
Signed-off-by: ZhangJian He <[email protected]>
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6632a9afea..5440051ab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,6 @@
<jetty.version>9.4.53.v20231009</jetty.version>
<jmh.version>1.37</jmh.version>
<jmock.version>2.8.2</jmock.version>
- <jsoup.version>1.15.3</jsoup.version>
<junit.version>4.13.2</junit.version>
<hamcrest.version>1.3</hamcrest.version>
<junit5.version>5.10.2</junit5.version>
@@ -723,11 +722,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>${jsoup.version}</version>
- </dependency>
<!-- benchmark dependencies -->
<dependency>