Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testUnboundedRangeWhenVersionUnavailable (1.14 sec)

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

            b.addDependency("c", "[1.0,2.0]");
    
            ArtifactResolutionResult res = collect(a);
    
            assertTrue(res.hasVersionRangeViolations());
        }
    
        @Test
        void testUnboundedRangeWhenVersionUnavailable()
                throws ArtifactResolutionException, InvalidVersionSpecificationException {
            ArtifactSpec a = createArtifactSpec("a", "1.0");
            ArtifactSpec b = a.addDependency("b", "1.0");
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 42.7K bytes
    - Viewed (0)
Back to top