Commit cca8753
authored
Fix missing module dependency on java.net.http
The new vulnerability data source plugins make use of Java's built-in `HttpClient`, which resides in the `java.net.http` module.
It seems `jdeps` is unable to detect this dependency at build time, so it needs to be added manually.
Signed-off-by: Niklas <[email protected]>1 parent 48baca9 commit cca8753
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
0 commit comments