Remove loading of non-existent properties file from antlib

Fixes gh-19552
This commit is contained in:
Andy Wilkinson 2020-01-07 12:04:04 +00:00
parent cb40454977
commit d46406fcb9

View File

@ -34,17 +34,6 @@
<local name="spring-boot.version" />
<loadproperties prefix="spring-boot">
<javaresource
name="META-INF/maven/org.springframework.boot/spring-boot-antlib/pom.properties"
loaderref="spring.boot.antlib.loader" />
<filterchain>
<linecontainsregexp>
<regexp pattern="^version=" />
</linecontainsregexp>
</filterchain>
</loadproperties>
<local name="destdir" />
<dirname file="@{destfile}" property="destdir" />