Drop juh.jar dependency from Java UNO tests

Since upstream Java reverted the strict classpath checks, it's
not needed anymore.

See discussion in https://gerrit.libreoffice.org/#/c/63118 and
http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/8513ac27b651

Change-Id: Iff863702b1aeda157c8e230ab36372a71dcfb4bb
Todo: tdf#121925
Reviewed-on: https://gerrit.libreoffice.org/64634
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
This commit is contained in:
Jan-Marek Glogowski 2018-12-05 15:53:41 +01:00
parent 3c015ddfb8
commit 86f5f598a2
4 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,7 @@ $(eval $(call gb_JunitTest_use_unoapi_jars,dbaccess_complex))
$(eval $(call gb_JunitTest_use_jars,dbaccess_complex,\
ConnectivityTools \
juh \
))
$(eval $(call gb_JunitTest_set_defs,dbaccess_complex,\

View file

@ -155,7 +155,6 @@ endef
define gb_JunitTest_use_unoapi_jars
$(eval $(call gb_JunitTest_use_jars,$(1),\
OOoRunner \
juh \
jurt \
ridl \
test \

View file

@ -28,6 +28,7 @@ $(eval $(call gb_JunitTest_use_unoapi_jars,svl_complex))
$(eval $(call gb_JunitTest_use_jars,svl_complex,\
ConnectivityTools \
juh \
))
$(eval $(call gb_JunitTest_add_sourcefiles,svl_complex,\

View file

@ -20,7 +20,6 @@ $(eval $(call gb_JunitTest_JunitTest,toolkit_complex))
$(eval $(call gb_JunitTest_use_jars,toolkit_complex,\
OOoRunner \
juh \
ridl \
test \
unoil \