--- apache-ant-1.9.6/src/script/ant 2018-06-25 09:51:52.000000000 +0300 +++ apache-ant-1.9.6/src/script/ant 2021-06-13 14:55:58.296753981 +0300 @@ -167,7 +167,7 @@ # request optional jars and their dependencies via the OPT_JAR_LIST # variable if $rpm_mode && [ -x /usr/bin/build-classpath ] ; then - LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)" + LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher)" # If no optional jars have been specified then build the default list if [ -z "$OPT_JAR_LIST" ] ; then