From a3b5f94d25dde50619b595aa795eda7af3d61b5b Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Fri, 5 Apr 2024 16:59:47 +0200 Subject: [PATCH] README --- README.md | 5 +++++ pom.xml | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index becc4c5..6db43da 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Mock implementation of the OOAPI for educational institutions. - Java 8 - Maven 3 +Set the JAVA_HOME property for maven (example for macOS): +``` +export JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/ +``` + ## [Building and running](#building-and-running) ### [The student-mobility-home-institution-mock-server](#student-mobility-home-institution-mock-server) diff --git a/pom.xml b/pom.xml index 543a2f7..1042585 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,13 @@ org.bouncycastle - bcpkix-jdk15on - 1.66 + bcprov-jdk18on + 1.77 + + + org.bouncycastle + bcpkix-jdk18on + 1.77 com.github.spullara.mustache.java