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:
Wolfgang Meyers 2016-06-06 09:01:09 -07:00 committed by Ben McIlwain
parent 6f4e983813
commit 81dc55ceab
4 changed files with 1315 additions and 0 deletions

View file

@ -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",
)