This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jelly.git
commit 9cd7f9366534497c4bba8f5c38635710871da2f3 Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 8 10:54:36 2026 -0400 Add comment. --- jelly-tags/ojb/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jelly-tags/ojb/pom.xml b/jelly-tags/ojb/pom.xml index 50fe3df4..3a1cbb3a 100644 --- a/jelly-tags/ojb/pom.xml +++ b/jelly-tags/ojb/pom.xml @@ -38,6 +38,7 @@ <artifactId>ojb</artifactId> <version>0.9.6</version> </dependency> + <!-- ojb depends on commons-lang by extending org.apache.commons.lang.exception.NestableRuntimeException --> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId>
