Skip to content

Commit

Permalink
Move to latest version of maven-dependency-tree
Browse files Browse the repository at this point in the history
Addresses MSHARED-994, which prevents building the graph for WARs

Signed-off-by: Thomas Gaskell <tgegaskell@gmail.com>
  • Loading branch information
ThomGeG committed May 17, 2022
1 parent 60915ca commit 40ebf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand All @@ -156,7 +156,7 @@
<version>3.6.4</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>takari-plugin-integration-testing</artifactId>
Expand Down

0 comments on commit 40ebf31

Please sign in to comment.