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

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


The following commit(s) were added to refs/heads/master by this push:
     new deb0599  Fixed failing test.
     new 5c8f27d  Merge pull request #2807 from sdedic/bugfix/primingActionTest
deb0599 is described below

commit deb0599130abf10794e6dec659b0ebeca36631e5
Author: Svata Dedic <svatopluk.de...@oracle.com>
AuthorDate: Fri Mar 12 17:30:00 2021 +0100

    Fixed failing test.
---
 .../org/netbeans/modules/maven/problems/PrimingActionTest.java    | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/java/maven/test/unit/src/org/netbeans/modules/maven/problems/PrimingActionTest.java
 
b/java/maven/test/unit/src/org/netbeans/modules/maven/problems/PrimingActionTest.java
index ae9f710..d9c0cae 100644
--- 
a/java/maven/test/unit/src/org/netbeans/modules/maven/problems/PrimingActionTest.java
+++ 
b/java/maven/test/unit/src/org/netbeans/modules/maven/problems/PrimingActionTest.java
@@ -80,14 +80,6 @@ public class PrimingActionTest extends NbTestCase {
             + "  <artifactId>m</artifactId>" 
             + "  <groupId>g</groupId>"
             + "    <version>0</version>"
-            + "  <dependencies>"
-            + "    <dependency>"
-            + "      <groupId>io.micronaut</groupId>"
-            + "      <artifactId>micronaut-validation</artifactId>"
-            + "      <version>2.3.3</version>"
-            + "      <scope>compile</scope>"
-            + "    </dependency>"
-            + "  </dependencies>"
             + "</project>");
         
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to