dynamodb-local: add java.naming module for JRE

Version 2.3.0 of DynamoDB Local depends on the java.naming module.
This commit is contained in:
Martin Madsen 2024-03-28 21:44:09 +01:00
parent 0bd32bf93a
commit 8fc2f26f4d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ let
"java.xml"
"java.desktop"
"java.management"
"java.naming"
];
jdk = jdk_headless;
};