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

timoninmaxim 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 c01524f07f2 [MINOR] Make ignite-codegen2 provided (#12187)
c01524f07f2 is described below

commit c01524f07f26ba6cb3e937a8a232a06d5a8df45a
Author: Maksim Timonin <[email protected]>
AuthorDate: Tue Jul 15 10:08:24 2025 +0300

    [MINOR] Make ignite-codegen2 provided (#12187)
---
 modules/bom/pom.xml  | 5 +++++
 modules/core/pom.xml | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/modules/bom/pom.xml b/modules/bom/pom.xml
index 20c5fd168fa..bd67b5d4332 100644
--- a/modules/bom/pom.xml
+++ b/modules/bom/pom.xml
@@ -176,6 +176,11 @@
                 <artifactId>ignite-commons</artifactId>
                 <version>${revision}</version>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>ignite-codegen2</artifactId>
+                <version>${revision}</version>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>ignite-clients</artifactId>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index e882e5a6bc4..4d6fd825bb2 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -71,8 +71,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>ignite-codegen2</artifactId>
-            <version>${revision}</version>
-            <scope>compile</scope>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>

Reply via email to