Merge "Remove org.apache.http.legacy from bootclasspath"
This commit is contained in:
commit
a5b2bad232
1 changed files with 5 additions and 0 deletions
|
@ -202,6 +202,11 @@ else
|
|||
JAVA_TMPDIR_ARG :=
|
||||
endif
|
||||
|
||||
# Default to remove the org.apache.http.legacy from bootclasspath
|
||||
ifeq ($(REMOVE_OAHL_FROM_BCP),)
|
||||
REMOVE_OAHL_FROM_BCP := true
|
||||
endif
|
||||
|
||||
# ###############################################################
|
||||
# Include sub-configuration files
|
||||
# ###############################################################
|
||||
|
|
Loading…
Reference in a new issue