Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:prowide/prowide-iso20022 into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
zubri committed Nov 2, 2020
2 parents 7839467 + 98a9702 commit f5be70e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For SWIFT messages validation, restricted ISO versions (such as SEPA, CBPR+, TAR

### Distribution
This repository exposes the **source code for the maintenance and LTS yearly releases**.
Latest public **binary DOWNLOAD** is available at https://www.prowidesoftware.com/download
Latest public **binary DOWNLOAD** is available at https://www.prowidesoftware.com/download

SRU updates are made available on October (one month before SWIFT production date) for the general public, and 6 months in advance for subscribed customers.

Expand All @@ -31,6 +31,18 @@ Apache License 2.0

SWIFT is a trademark of S.W.I.F.T. SCRL. (www.swift.com)

### Dependencies

This project depends on https://github.com/prowide/prowide-core
The dependency is explicit in the pom so Maven/Gradle should resolve it.

The project also needs the **javax.xml.bind** in runtime. Until Java 8 this package is part of the JDK.
If you use **Java above 8** you might need to activate the required modules in the JDK; or add these dependencies (or an equivalent implementation) to your application:
```
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.sun.xml.bind:jaxb-impl:2.3.3'
```

### Build

The projects uses https://github.com/prowide/prowide-core as included build, so in order to build the library you need
Expand Down

0 comments on commit f5be70e

Please sign in to comment.