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 0ce3ca5b70e IGNITE-27985 Fixed ignite-codegen dependency usage (#12836)
0ce3ca5b70e is described below
commit 0ce3ca5b70ee52bd19158d620c1f6f033cf6aac6
Author: Nikita Amelchev <[email protected]>
AuthorDate: Mon Mar 2 17:26:27 2026 +0300
IGNITE-27985 Fixed ignite-codegen dependency usage (#12836)
---
modules/indexing/pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml
index f87068efe77..d215fe3ea04 100644
--- a/modules/indexing/pom.xml
+++ b/modules/indexing/pom.xml
@@ -70,6 +70,11 @@
<version>${h2.version}</version>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ignite-codegen</artifactId>
+ </dependency>
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ignite-core</artifactId>
@@ -158,11 +163,6 @@
<version>1.19.0</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.ignite</groupId>
- <artifactId>ignite-codegen</artifactId>
- </dependency>
-
</dependencies>
<build>