MNEMONIC-688:Fix a build warning in mnemonic-spark-core

Signed-off-by: Chunyong He <chunyong.he@gmail.com>
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>