Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkScopeUpdateDirect (0.08 sec)

  1. compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/resolver/DefaultArtifactCollectorTest.java

        }
    
        private void checkScopeUpdate(String farthestScope, String nearestScope, String expectedScope)
                throws ArtifactResolutionException, InvalidVersionSpecificationException {
            checkScopeUpdateDirect(farthestScope, nearestScope, expectedScope);
            checkScopeUpdateTransitively(farthestScope, nearestScope, expectedScope);
        }
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 42.5K bytes
    - Viewed (0)
Back to top