mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Add RdeParser
RdeParser can parse an escrow deposit file from a stream without loading the entire file into memory, but offers the convenience of parsing RDE elements into their jaxb object representation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=124142087
This commit is contained in:
parent
6f4e983813
commit
81dc55ceab
4 changed files with 1315 additions and 0 deletions
|
@ -455,3 +455,9 @@ def domain_registry_repositories():
|
|||
artifact = "com.google.truth:truth:0.28",
|
||||
sha1 = "0a388c7877c845ff4b8e19689dda5ac9d34622c4",
|
||||
)
|
||||
|
||||
native.maven_jar(
|
||||
name = "stax2_api",
|
||||
artifact = "org.codehaus.woodstox:stax2-api:3.1.4",
|
||||
sha1 = "ac19014b1e6a7c08aad07fe114af792676b685b7",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue