Skip to content

Commit

Permalink
[MENFORCER-419] Upgrade Maven to 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 30, 2022
1 parent 35ad6b4 commit a4dfa0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Expand Up @@ -26,10 +26,7 @@
import java.util.Map;

import org.apache.maven.artifact.Artifact;
import org.apache.maven.artifact.factory.ArtifactFactory;
import org.apache.maven.artifact.metadata.ArtifactMetadataSource;
import org.apache.maven.artifact.repository.ArtifactRepository;
import org.apache.maven.artifact.resolver.ArtifactCollector;
import org.apache.maven.artifact.resolver.filter.ArtifactFilter;
import org.apache.maven.artifact.versioning.ArtifactVersion;
import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
Expand Down Expand Up @@ -112,7 +109,7 @@ public void setIncludes( List<String> includes )
// CHECKSTYLE_OFF: LineLength
/**
* Uses the {@link EnforcerRuleHelper} to populate the values of the
* {@link DependencyTreeBuilder#buildDependencyTree(MavenProject, ArtifactRepository, ArtifactFactory, ArtifactMetadataSource, ArtifactFilter, ArtifactCollector)}
* {@link DependencyCollectorBuilder#collectDependencyGraph(ProjectBuildingRequest, ArtifactFilter)}
* factory method. <br/>
* This method simply exists to hide all the ugly lookup that the {@link EnforcerRuleHelper} has to do.
*
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -65,7 +65,7 @@
</distributionManagement>

<properties>
<maven.version>3.1.1</maven.version>
<maven.version>3.2.5</maven.version>
<maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
<javaVersion>8</javaVersion>
<mockito.version>4.5.1</mockito.version>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.22.0</version><!-- Java 7 -->
<version>3.22.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit a4dfa0b

Please sign in to comment.