diff --git a/README.md b/README.md index 54b84191..49afd54c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ See [client.http](client.http) for example calls to the Mobile Access Gateway. ## Run the JAR 1. Clone https://github.com/oehf/ipf.git -2. run mvn clean install -DskipTests in this directory, this should produce 4.0-SNAPSHOT (you need at least jdk11) +2. run mvn clean install -DskipTests in this directory, this should produce 4.0-SNAPSHOT (you need at least jdk17) 3. Clone this repo 4. Install the dependencies: `mvn install` 5. Either run it from your favorite IDE or in the CLI: `mvn clean compile && mvn exec:java -Dexec.mainClass="ch.bfh.ti.i4mi.mag.MobileAccessGateway"` diff --git a/pom.xml b/pom.xml index a8a62b36..7a08fcb0 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.11 yyyy-MM-dd HH:mm:ss - 11 + 17 3.10.1 @@ -26,6 +26,7 @@ 2.6.7 + 2.1.1 3.14.2 5.2.5.Final 1.3.7 @@ -33,7 +34,6 @@ 2.6.6 1.0.10.RELEASE - ch.bfh.ti.i4mi.mag.MobileAccessGateway