You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/21 20:35:40 UTC

[maven-dependency-tree] branch deps created (now 858963d)

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

elharo pushed a change to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git.


      at 858963d  remove obsolete FIXME

This branch includes the following new commits:

     new 858963d  remove obsolete FIXME

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dependency-tree] 01/01: remove obsolete FIXME

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git

commit 858963d6af9789dcc7e43becb077128ef58b5f83
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu May 21 16:35:23 2020 -0400

    remove obsolete FIXME
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41955a6..70b4ef4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,14 +129,6 @@
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/DefaultDependencyTreeBuilderTest*</exclude><!-- FIXME: conflict on DefaultArtifactFactory between maven-core 3.x and maven-artifact 2.x -->
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
         <configuration>