This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new 8d52bc81 Build: RAT Xalan dependency not needed anymore, as docgen now
pulls in the missing 2.7.3 dependency
8d52bc81 is described below
commit 8d52bc8115b7e58a01f6c4152dbd1dfa84e1ee75
Author: ddekany <[email protected]>
AuthorDate: Tue Jun 4 21:04:46 2024 +0200
Build: RAT Xalan dependency not needed anymore, as docgen now pulls in the
missing 2.7.3 dependency
---
buildSrc/build.gradle.kts | 3 ---
1 file changed, 3 deletions(-)
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 4c8d8c6d..a5ca2c7b 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -26,7 +26,4 @@ dependencies {
implementation("org.apache.freemarker.docgen:freemarker-docgen-core:0.0.3-SNAPSHOT")
implementation("org.nosphere.apache:creadur-rat-gradle:0.8.1")
- // Xalan dependencies are required by rat even though it does not declare
a dependency on them.
- implementation("xalan:xalan:2.7.3")
- implementation("xalan:serializer:2.7.3")
}