cstamas commented on code in PR #2380: URL: https://github.com/apache/maven/pull/2380#discussion_r2105928918
########## impl/maven-impl/src/main/java/org/apache/maven/impl/resolver/scopes/Maven3ScopeManagerConfiguration.java: ########## @@ -24,15 +24,14 @@ import java.util.Collections; import java.util.stream.Collectors; -import org.eclipse.aether.artifact.ArtifactProperties; +import org.apache.maven.api.DependencyScope; +import org.apache.maven.impl.resolver.artifact.MavenArtifactProperties; import org.eclipse.aether.impl.scope.BuildScopeMatrixSource; import org.eclipse.aether.impl.scope.BuildScopeSource; import org.eclipse.aether.impl.scope.CommonBuilds; import org.eclipse.aether.impl.scope.InternalScopeManager; import org.eclipse.aether.impl.scope.ScopeManagerConfiguration; import org.eclipse.aether.internal.impl.scope.ScopeManagerDump; -import org.eclipse.aether.scope.DependencyScope; -import org.eclipse.aether.scope.ResolutionScope; Review Comment: and what should I do with already imported `org.apache.maven.api.DependencyScope`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org