This is an automated email from the ASF dual-hosted git repository.
gaoxihui pushed a commit to branch release-2.2.5-incubating-rc2
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/release-2.2.5-incubating-rc2
by this push:
new 2c010bb4 fix: clean up third-party dependencies and licenses
new 3a795fa2 Merge branch 'release-2.2.5-incubating-rc2-dev' into
release-2.2.5-incubating-rc2
2c010bb4 is described below
commit 2c010bb456e4d60426d656186c1a2530566de7aa
Author: gaoxihui <[email protected]>
AuthorDate: Thu Feb 27 09:42:34 2025 +0800
fix: clean up third-party dependencies and licenses
---
dist/LICENSE | 3 ---
ozhera-monitor/ozhera-monitor-service/pom.xml | 4 ++++
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/dist/LICENSE b/dist/LICENSE
index 3fe52eaa..3c971b8b 100644
--- a/dist/LICENSE
+++ b/dist/LICENSE
@@ -216,8 +216,6 @@ Third party Apache 2.0 licenses
The following components are provided under the Apache 2.0 License.
See licenses/ for text of these licenses.
- (Apache License, Version 2.0) (GNU General Public License (GPL) version
2, or any later version) (GPLv2 with Classpath exception) JavaCPP
(org.bytedeco:javacpp:1.5.4 - http://bytedeco.org/javacpp/)
- (Apache License, Version 2.0) (GNU General Public License (GPL) version
2, or any later version) (GPLv2 with Classpath exception) JavaCPP Platform
(org.bytedeco:javacpp-platform:1.5.4 - http://bytedeco.org/javacpp/)
(Apache License, Version 2.0) (GNU General Public License, version 2)
RocksDB JNI (org.rocksdb:rocksdbjni:7.0.3 - https://rocksdb.org)
(Apache License, Version 2.0) (GNU Library or Lesser General Public
License (LGPL) V2.1) JSQLParser library (com.github.jsqlparser:jsqlparser:4.2 -
https://github.com/JSQLParser/JSqlParser)
(Apache License, Version 2.0) (LGPL 2.1) (MPL 1.1) Javassist
(org.javassist:javassist:3.23.1-GA - http://www.javassist.org/)
@@ -373,7 +371,6 @@ See licenses/ for text of these licenses.
(Apache License, Version 2.0) Spring Beans
(org.springframework:spring-beans:5.3.29 -
https://github.com/spring-projects/spring-framework)
(Apache License, Version 2.0) Spring Commons Logging Bridge
(org.springframework:spring-jcl:5.3.29 -
https://github.com/spring-projects/spring-framework)
(Apache License, Version 2.0) Spring Context
(org.springframework:spring-context:5.3.29 -
https://github.com/spring-projects/spring-framework)
- (Apache License, Version 2.0) Spring Context Support
(org.springframework:spring-context-support:5.3.29 -
https://github.com/spring-projects/spring-framework)
(Apache License, Version 2.0) Spring Core
(org.springframework:spring-core:5.3.29 -
https://github.com/spring-projects/spring-framework)
(Apache License, Version 2.0) Spring Data Core
(org.springframework.data:spring-data-commons:2.7.15 -
https://www.spring.io/spring-data/spring-data-commons)
(Apache License, Version 2.0) Spring Data KeyValue
(org.springframework.data:spring-data-keyvalue:2.7.15 -
https://www.spring.io/spring-data/spring-data-keyvalue)
diff --git a/ozhera-monitor/ozhera-monitor-service/pom.xml
b/ozhera-monitor/ozhera-monitor-service/pom.xml
index d4ed1b0d..873381ff 100644
--- a/ozhera-monitor/ozhera-monitor-service/pom.xml
+++ b/ozhera-monitor/ozhera-monitor-service/pom.xml
@@ -69,6 +69,10 @@
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
</exclusion>
+ <exclusion>
+ <artifactId>spring-context-support</artifactId>
+ <groupId>org.springframework</groupId>
+ </exclusion>
</exclusions>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]