Sun, 14 May 2023 17:12:11 +0300, /Vladimir Sitnikov/:
Gary> It sounds like your build does not set a version for xalan:xalan
Gary, the build failure ends with "Failed to collect dependencies at
xalan:xalan:jar:[2.7.2]",
so it looks like they do look for a specific 2.7.2 version.
https://repo.maven.apache.org/maven2/xalan/xalan/maven-metadata.xml
Currently:
<metadata>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<versioning>
<latest>2.7.3</latest>
<release>2.7.3</release>
<versions>
<version>2.7.3</version>
</versions>
<lastUpdated>20230504133529</lastUpdated>
</versioning>
</metadata>
--
Stanimir
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org