This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 0fc9226  Add unboundid.jar to test class path so new tests can compile
0fc9226 is described below

commit 0fc92265fa0c8751f7f72d9390443f1e6cabbcf1
Author: Mark Thomas <ma...@apache.org>
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 b186186..ecc7511 100644
--- a/build.xml
+++ b/build.xml
@@ -256,6 +256,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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to