switch to cii2ubl 1.3.0, update commandline help, remove getZip in favor of getZIP

This commit is contained in:
jstaerk
2021-01-19 08:59:26 +01:00
parent 1675728563
commit 2defd02f1d
4 changed files with 4 additions and 5 deletions

View File

@@ -88,7 +88,7 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>en16931-cii2ubl</artifactId>
<version>1.2.5</version>
<version>1.3.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime -->
<dependency>

View File

@@ -268,10 +268,6 @@ public class TradeParty implements IZUGFeRDExportableTradeParty {
return vatID;
}
public String getZip() {
return zip;
}
@Override
public IZUGFeRDExportableContact getContact() {
return contact;