Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new key for guru.nidi.* #676

Merged
merged 1 commit into from
May 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions pgp-keys-map-test1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,21 @@
<artifactId>dnsjava</artifactId>
<version>[3.5.0]</version>
</dependency>
<dependency>
<groupId>guru.nidi</groupId>
<artifactId>graphviz-java</artifactId>
<version>[0.18.1]</version>
</dependency>
<dependency>
<groupId>guru.nidi.com.eclipsesource.j2v8</groupId>
<artifactId>j2v8_linux_x86_64</artifactId>
<version>[4.6.0]</version>
</dependency>
<dependency>
<groupId>guru.nidi.com.kitfox</groupId>
<artifactId>svgSalamander</artifactId>
<version>[1.1.3]</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions resources/pgp-keys-map.list
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ eu.medsea.mimeutil:mime-util = noSig

geronimo-spec = noSig

guru.nidi.* = 0x7285B9747FA1B77E008CD9CAC78DCFD987057597

info.picocli = \
0x8756C4F765C9AC3CB6B85D62379CE192D401AB61, \
0xAA417737BD805456DB3CBDDE6601E5C08DCCBB96
Expand Down