You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/09/23 17:43:06 UTC

[mnemonic] branch master updated: MNEMONIC-688:Fix a build warning in mnemonic-spark-core

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

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 3be1b24  MNEMONIC-688:Fix a build warning in mnemonic-spark-core
3be1b24 is described below

commit 3be1b247c23dcbe3c01a0a088ce6a726a073690d
Author: Chunyong He <ch...@gmail.com>
AuthorDate: Tue Sep 21 21:52:02 2021 -0700

    MNEMONIC-688:Fix a build warning in mnemonic-spark-core
    
    Signed-off-by: Chunyong He <ch...@gmail.com>
---
 mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
index 7964df8..c226b27 100644
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
@@ -202,25 +202,6 @@
             </javacArgs>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.bsc.maven</groupId>
-          <artifactId>maven-processor-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>process-test</id>
-              <goals>
-                <goal>process-test</goal>
-              </goals>
-              <phase>generate-test-sources</phase>
-              <configuration>
-                <compilerArguments>-XDenableSunApiLintControl</compilerArguments>
-                <processors>
-                  <processor>${project.groupId}.DurableEntityProcessor</processor>
-                </processors>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>