8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c06ca commit cad6125Copy full SHA for cad6125
localstack-core/localstack/packages/java.py
@@ -114,9 +114,7 @@ def _post_process(self, target: InstallTarget) -> None:
114
# Required by MQ broker
115
"jdk.httpserver,jdk.management,jdk.management.agent,"
116
# Required by Spark and Hadoop
117
- "java.security.jgss,jdk.security.auth,"
118
- # OpenSearch requires Thai locale for segmentation support
119
- "jdk.localedata --include-locales en,th "
+ "java.security.jgss,jdk.security.auth "
120
# Supplementary args
121
"--compress 2 --strip-debug --no-header-files --no-man-pages "
122
# Output directory
0 commit comments