Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DependencyManagement (0.07 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/project/MavenProjectTest.java

        void testCloneWithDependencyManagement() throws Exception {
            File f = getFileForClasspathResource("dependencyManagement-pom.xml");
            MavenProject projectToClone = getProjectWithDependencies(f);
            DependencyManagement dep = projectToClone.getDependencyManagement();
            assertNotNull(dep, "No dependencyManagement");
            List<?> list = dep.getDependencies();
            assertNotNull(list, "No dependencies");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Nov 28 09:44:37 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  2. android/pom.xml

          <!--
          We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654.
          We could probably have resumed it after https://github.com/google/guava/pull/6664.
          But it's always weird that published poms reference test-only libraries at all, so I'm not in any rush to do so.
          -->
        </dependencies>
      </dependencyManagement>
      <build>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 05 03:10:05 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  3. pom.xml

          <!--
          We moved away from using dependencyManagement for test-only deps because of https://github.com/google/guava/issues/6654.
          We could probably have resumed it after https://github.com/google/guava/pull/6664.
          But it's always weird that published poms reference test-only libraries at all, so I'm not in any rush to do so.
          -->
        </dependencies>
      </dependencyManagement>
      <build>
    Registered: Fri Dec 26 12:43:10 UTC 2025
    - Last Modified: Fri Dec 05 03:10:05 UTC 2025
    - 26.1K bytes
    - Viewed (0)
Back to top