1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 06:15:42 +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

@@ -307,6 +307,16 @@
},
{
"moduleLicense": "The W3C Software License"
},
{
// "Apache License, Version 2.0".
"moduleLicense": null,
"moduleName": "com.squareup.okhttp3:okhttp"
},
{
// "Apache License, Version 2.0".
"moduleLicense": null,
"moduleName": "com.squareup.okio:okio"
}
]
}