You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/05/23 03:00:04 UTC

[commons-math] 02/04: Unnecessary section in POM.

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

erans pushed a commit to branch modularized_master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 1b5a9a6ed39eef511e75181555824e56dbd99437
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun May 23 04:13:58 2021 +0200

    Unnecessary section in POM.
---
 commons-math-neuralnet/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/commons-math-neuralnet/pom.xml b/commons-math-neuralnet/pom.xml
index 56357cd..86498a3 100644
--- a/commons-math-neuralnet/pom.xml
+++ b/commons-math-neuralnet/pom.xml
@@ -61,15 +61,4 @@
 
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <rerunFailingTestsCount>9</rerunFailingTestsCount>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>