Skip to content

Commit

Permalink
Revert "[3.9.x][MNG-7586] Update Maven Resolver to 1.9.1 (#831)"
Browse files Browse the repository at this point in the history
This reverts commit 2d384dd.
  • Loading branch information
cstamas committed Nov 18, 2022
1 parent 638364f commit b8b41c6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
3 changes: 0 additions & 3 deletions maven-core/src/main/java/org/apache/maven/DefaultMaven.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ private void afterSessionEnd( Collection<MavenProject> projects, MavenSession se
}
}

/**
* TODO: why is this method public?
*/
public RepositorySystemSession newRepositorySession( MavenExecutionRequest request )
{
return repositorySessionFactory.newRepositorySession( request );
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ under the License.
<securityDispatcherVersion>2.0</securityDispatcherVersion>
<cipherVersion>2.0</cipherVersion>
<jxpathVersion>1.3</jxpathVersion>
<resolverVersion>1.9.1</resolverVersion>
<resolverVersion>1.8.2</resolverVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<xmlunitVersion>2.2.1</xmlunitVersion>
<powermockVersion>1.7.4</powermockVersion>
Expand Down

0 comments on commit b8b41c6

Please sign in to comment.