sashapolo commented on code in PR #782:
URL: https://github.com/apache/ignite-3/pull/782#discussion_r851973836


##########
modules/raft/pom.xml:
##########
@@ -189,6 +158,20 @@
                         <version>${jmh.framework.version}</version>
                     </dependency>
                 </dependencies>
+                <configuration>
+                    <annotationProcessorPaths>
+                        <path>
+                            <groupId>org.apache.ignite</groupId>
+                            
<artifactId>ignite-network-annotation-processor</artifactId>
+                            <version>${project.version}</version>
+                        </path>
+                        <path>
+                            <groupId>org.openjdk.jmh</groupId>
+                            <artifactId>jmh-generator-annprocess</artifactId>

Review Comment:
   why is this change needed? The previous configuration was used to avoid the 
`jmh` processor during non-test build



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to