From 09ea5bf41e2e45f0583b9beddeb7ed603d63df64 Mon Sep 17 00:00:00 2001
From: twogee <g.grigelionis@gmail.com>
Date: Sat, 11 Jan 2020 21:18:50 +0100
Subject: [PATCH] Superfluous explicit calls to transitive dependencies

---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index 35ba766f64..e23b2d5d96 100644
--- a/build.xml
+++ b/build.xml
@@ -613,7 +613,7 @@
          Build the code
        ===================================================================
   -->
-  <target name="build" depends="prepare, compile, compile-jdk9+" unless="skip.build"
+  <target name="build" depends="compile,compile-jdk9+" unless="skip.build"
           description="--> compiles the source code">
 
     <!-- Builds and verifies that the classes belonging in the confined package of
@@ -1715,7 +1715,7 @@ ${antunit.reports}
     <fail if="tests.failed" message="Unit tests failed"/>
   </target>
 
-  <target name="test-init" depends="probe-offline,check-optional-packages,dump-info">
+  <target name="test-init" depends="probe-offline,dump-info">
     <mkdir dir="${build.junit.tmpdir}"/>
     <condition property="sun.io.useCanonCaches" value="false">
       <not>