This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch java21
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/java21 by this push:
     new bdfd1493b Override bytebuddy version to be able to test with J21
bdfd1493b is described below

commit bdfd1493b3b50bbf43067b45f94ac8210c955deb
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Nov 9 15:51:44 2023 +0100

    Override bytebuddy version to be able to test with J21
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0efd4eb0b..2e5de3f03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,6 +157,7 @@
         <activation-version>1.1.1</activation-version>
         <rocksdb-jni-version>8.5.4</rocksdb-jni-version>
         <json-smart.version>2.5.0</json-smart.version>
+        <byte-buddy.version>1.14.9</byte-buddy.version>
 
         <!-- see intellij profile below... This fixes an annoyance with 
intellij -->
         <provided.scope>provided</provided.scope>
@@ -1140,6 +1141,16 @@
                 <artifactId>avro</artifactId>
                 <version>1.11.3</version>
             </dependency>
+            <dependency>
+                <groupId>net.bytebuddy</groupId>
+                <artifactId>byte-buddy</artifactId>
+                <version>${byte-buddy.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>net.bytebuddy</groupId>
+                <artifactId>byte-buddy-agent</artifactId>
+                <version>${byte-buddy.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 

Reply via email to