This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new a78afd0 Add unboundid.jar to test class path so new tests can compile
a78afd0 is described below
commit a78afd02bbae333f8fb98bd75b9b04599159d34c
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Apr 13 16:23:59 2021 +0100
Add unboundid.jar to test class path so new tests can compile
---
build.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.xml b/build.xml
index fffa5c1..461eac7 100644
--- a/build.xml
+++ b/build.xml
@@ -246,6 +246,7 @@
<pathelement location="${easymock.jar}"/>
<pathelement location="${cglib.jar}"/>
<pathelement location="${objenesis.jar}"/>
+ <pathelement location="${unboundid.jar}"/>
<path refid="compile.classpath" />
<path refid="tomcat.classpath" />
</path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]