From 98a97025ccc9e4c3a7e477a1dc2aeee2ce020883 Mon Sep 17 00:00:00 2001 From: Sebastian Zubrinic Date: Mon, 26 Oct 2020 18:42:51 -0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfabd3639..e17351df0 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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