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

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


The following commit(s) were added to refs/heads/master by this push:
     new 09e5154  Remove unused import
09e5154 is described below

commit 09e51544df6bc3a3f69afb2379eabe30db2c6034
Author: Maarten Mulders <[email protected]>
AuthorDate: Thu Mar 3 10:40:03 2022 +0100

    Remove unused import
---
 .../maven/internal/aether/DefaultRepositorySystemSessionFactory.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
 
b/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
index 4f9f338..d157e76 100644
--- 
a/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
+++ 
b/maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
@@ -27,7 +27,6 @@ import java.util.Collection;
 import java.util.Collections;
 import java.util.LinkedHashMap;
 import java.util.Map;
-import java.util.Properties;
 
 import javax.inject.Inject;
 import javax.inject.Named;

Reply via email to