mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
tests: add test for evaluation of classpath for java.aetherDependencyResolver module
(IDEA-CR-31256)
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.platform.annotations.java5" />
|
||||
<orderEntry type="library" exported="" name="http-client" level="project" />
|
||||
<orderEntry type="library" exported="" name="commons-codec" level="project" />
|
||||
<orderEntry type="library" exported="" name="commons-logging" level="project" />
|
||||
<orderEntry type="library" exported="" name="Slf4j" level="project" />
|
||||
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
|
||||
|
||||
@@ -119,7 +119,7 @@ public class ArtifactRepositoryManager {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns list
|
||||
* Returns list of classes corresponding to classpath entries for this this module.
|
||||
*/
|
||||
@SuppressWarnings("UnnecessaryFullyQualifiedName")
|
||||
public static List<Class> getClassesFromDependencies() {
|
||||
|
||||
Reference in New Issue
Block a user