0.9.4
- Support for BDXL.
- Adding Mode enum.
- Adding no.difi.vefa.peppol.common.model.Scheme and related changes.
- Changing namespace of exceptions.
- Adding Icd interface and ISO6523 enum, rewriting ParticipantIdentifier to use it.
- Adding class for InstanceIdentifier.
- Introduction of peppol-evidence.
- All classes in the model are serializable.
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-common</artifactId>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-evidence</artifactId>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-lookup</artifactId>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>no.difi.vefa</groupId>
<artifactId>peppol-security</artifactId>
<version>0.9.4</version>
</dependency>