1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +00:00

Add OkHttp as a library used by the core Nomulus project (#2272)

This will be used in a subsequent PR (see #2265) to upload the unavailable
domain names list to the BSA endpoint.
This commit is contained in:
Ben McIlwain
2024-01-09 12:53:15 -05:00
committed by GitHub
parent 811b385544
commit cfdf12aa7d
19 changed files with 1559 additions and 1481 deletions

View File

@@ -213,6 +213,7 @@ dependencies {
implementation deps['com.jcraft:jsch']
testImplementation deps['com.thoughtworks.qdox:qdox']
implementation deps['com.zaxxer:HikariCP']
implementation deps['com.squareup.okhttp3:okhttp']
implementation deps['dnsjava:dnsjava']
runtime deps['guru.nidi:graphviz-java-all-j2v8']
testImplementation deps['io.github.classgraph:classgraph']