You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/06/28 08:42:07 UTC

[ignite-3] branch main updated: IGNITE-15014 Explicit annotation processor dependency in api module. (#186)

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 <be...@gmail.com>
AuthorDate: Mon Jun 28 11:42:01 2021 +0300

    IGNITE-15014 Explicit annotation processor dependency in api module. (#186)
    
    Signed-off-by: ibessonov <be...@gmail.com>
---
 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>