mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Use the new IANA url for registrar RDAP base URLs (#1703)
Fortunately this no longer requires a log-in, we can just send a GET request and receive a CSV result in return. This also adds the apache-commons CSV parser to the dependencies See https://b.corp.google.com/issues/237784559 for more details
This commit is contained in:
parent
bda8961ea7
commit
2a502261bb
128 changed files with 9164 additions and 9264 deletions
|
@ -18,10 +18,10 @@ junit:junit:4.13.2
|
|||
org.checkerframework:checker-compat-qual:2.5.3
|
||||
org.checkerframework:checker-qual:3.19.0
|
||||
org.hamcrest:hamcrest-core:1.3
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-M1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-M1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-M1
|
||||
org.junit:junit-bom:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-RC1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-RC1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-RC1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-RC1
|
||||
org.junit:junit-bom:5.9.0-RC1
|
||||
org.opentest4j:opentest4j:1.2.0
|
||||
org.ow2.asm:asm:9.1
|
||||
|
|
|
@ -19,10 +19,10 @@ org.apiguardian:apiguardian-api:1.1.2
|
|||
org.checkerframework:checker-compat-qual:2.5.3
|
||||
org.checkerframework:checker-qual:3.19.0
|
||||
org.hamcrest:hamcrest-core:1.3
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-M1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-M1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-M1
|
||||
org.junit:junit-bom:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-RC1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-RC1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-RC1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-RC1
|
||||
org.junit:junit-bom:5.9.0-RC1
|
||||
org.opentest4j:opentest4j:1.2.0
|
||||
org.ow2.asm:asm:9.1
|
||||
|
|
|
@ -19,10 +19,10 @@ junit:junit:4.13.2
|
|||
org.checkerframework:checker-compat-qual:2.5.3
|
||||
org.checkerframework:checker-qual:3.19.0
|
||||
org.hamcrest:hamcrest-core:1.3
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-M1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-M1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-M1
|
||||
org.junit:junit-bom:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-RC1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-RC1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-RC1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-RC1
|
||||
org.junit:junit-bom:5.9.0-RC1
|
||||
org.opentest4j:opentest4j:1.2.0
|
||||
org.ow2.asm:asm:9.1
|
||||
|
|
|
@ -19,10 +19,10 @@ junit:junit:4.13.2
|
|||
org.checkerframework:checker-compat-qual:2.5.3
|
||||
org.checkerframework:checker-qual:3.19.0
|
||||
org.hamcrest:hamcrest-core:1.3
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-M1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-M1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-M1
|
||||
org.junit:junit-bom:5.9.0-M1
|
||||
org.junit.jupiter:junit-jupiter-api:5.9.0-RC1
|
||||
org.junit.jupiter:junit-jupiter-engine:5.9.0-RC1
|
||||
org.junit.platform:junit-platform-commons:1.9.0-RC1
|
||||
org.junit.platform:junit-platform-engine:1.9.0-RC1
|
||||
org.junit:junit-bom:5.9.0-RC1
|
||||
org.opentest4j:opentest4j:1.2.0
|
||||
org.ow2.asm:asm:9.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue