This is an automated email from the ASF dual-hosted git repository.
ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 62f4e65 IGNITE-15014 Explicit annotation processor dependency in api
module. (#186)
62f4e65 is described below
commit 62f4e658868b75749dfc3387356c7048de107f97
Author: ibessonov <[email protected]>
AuthorDate: Mon Jun 28 11:42:01 2021 +0300
IGNITE-15014 Explicit annotation processor dependency in api module. (#186)
Signed-off-by: ibessonov <[email protected]>
---
modules/api/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/modules/api/pom.xml b/modules/api/pom.xml
index 4dc2221..f9f07e7 100644
--- a/modules/api/pom.xml
+++ b/modules/api/pom.xml
@@ -50,6 +50,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ignite</groupId>
+
<artifactId>ignite-configuration-annotation-processor</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
<configuration>
<annotationProcessorPaths>
<path>