Refactor the VersionUtil so there is no longer a dependency on DEX #49
Closed
Description
The method parseVersion
currently throws an X12ParserException
that identifies itself as a DEX message. This is no longer the case.
Refactor of this method (and its current use in DEX parser) needs to be tackled.
Solution must preserve backward compatibility with the DEX parser and validator in prior Gozer versions.