1
0

Accepting request 1170464 from Java:packages

allow building against non-shaded hamcrest

OBS-URL: https://build.opensuse.org/request/show/1170464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-commons-validator?expand=0&rev=11
This commit is contained in:
2024-04-28 19:49:57 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 27 11:33:47 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Put hamcrest on classpath explicitely. This allows buiding against
junit without shaded hamcrest
-------------------------------------------------------------------
Tue Feb 20 10:22:15 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -91,6 +91,7 @@ export CLASSPATH=$(build-classpath \
commons-digester \
commons-beanutils \
junit \
hamcrest \
oro )
ant \
-Dcompile.source=8 -Dcompile.target=8 \
@@ -104,6 +105,7 @@ export CLASSPATH=$(build-classpath \
commons-digester \
commons-beanutils \
junit \
hamcrest \
oro )
ant \
-Dcompile.source=8 -Dcompile.target=8 \