This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 92c53a7121 Use kryo-shaded instead of kryo in order to avoid conflicts
with asm.
92c53a7121 is described below
commit 92c53a7121e29b8d882584144ec271a895f8e835
Author: Claus Stadler <[email protected]>
AuthorDate: Thu Sep 4 20:40:36 2025 +0200
Use kryo-shaded instead of kryo in order to avoid conflicts with asm.
---
jena-geosparql/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jena-geosparql/pom.xml b/jena-geosparql/pom.xml
index 1f3f66066b..30c75de7ec 100644
--- a/jena-geosparql/pom.xml
+++ b/jena-geosparql/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>com.esotericsoftware</groupId>
- <artifactId>kryo</artifactId>
+ <artifactId>kryo-shaded</artifactId>
</dependency>
<!-- Non-free; testing only -->
diff --git a/pom.xml b/pom.xml
index cc2567797f..64c09cef1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,7 +754,7 @@
<dependency>
<groupId>com.esotericsoftware</groupId>
- <artifactId>kryo</artifactId>
+ <artifactId>kryo-shaded</artifactId>
<version>${ver.kryo}</version>
</dependency>