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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 7935c8c68a7 IGNITE-27985 Fixed ignite-codegen dependency scope (#12837)
7935c8c68a7 is described below

commit 7935c8c68a758517194c01388225d342fa97d61c
Author: Nikita Amelchev <[email protected]>
AuthorDate: Mon Mar 2 19:43:37 2026 +0300

    IGNITE-27985 Fixed ignite-codegen dependency scope (#12837)
---
 modules/control-utility/pom.xml | 6 ++++++
 modules/indexing/pom.xml        | 1 +
 2 files changed, 7 insertions(+)

diff --git a/modules/control-utility/pom.xml b/modules/control-utility/pom.xml
index b0d69b0db68..378e376bd90 100644
--- a/modules/control-utility/pom.xml
+++ b/modules/control-utility/pom.xml
@@ -46,6 +46,12 @@
             <artifactId>ignite-spring</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>ignite-codegen</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ignite-indexing</artifactId>
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index d215fe3ea04..a24ab2bc3a2 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -73,6 +73,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ignite-codegen</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Reply via email to