From 1dc404acadef011672582abd362434a8e67b4add Mon Sep 17 00:00:00 2001
From: Aleksandr Nikolaev <>
Date: Tue, 19 May 2026 19:36:00 +0300
Subject: [PATCH] IGNITE-28697 Fix compile gatling in ignite-extensions
---
modules/gatling-ext/pom.xml | 39 ++++++++++++++++++++++++++++++++++++-
1 file changed, 38 insertions(+), 1 deletion(-)
diff --git a/modules/gatling-ext/pom.xml b/modules/gatling-ext/pom.xml
index b8959efdf..dbecf511e 100644
--- a/modules/gatling-ext/pom.xml
+++ b/modules/gatling-ext/pom.xml
@@ -34,9 +34,10 @@
1.0.0-SNAPSHOT
+ 2.13.14
3.10.4
4.8.2
- 4.8.1
+ 4.9.10
UTF-8
@@ -47,6 +48,42 @@
+
+ org.codehaus.mojo
+ flatten-maven-plugin
+
+
+ flatten
+ false
+
+
+
+
+
+ net.alchim31.maven
+ scala-maven-plugin
+ 4.9.10
+
+
+ scala-compile-first
+ process-resources
+
+ add-source
+ compile
+
+
+
+ scala-test-compile
+ process-test-resources
+
+ testCompile
+
+
+
+
+ ${scala.library.version}
+
+
org.apache.felix
maven-bundle-plugin