From f921f688fea436b639a2c75ec6b0febaf27b7119 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 20 Apr 2022 12:38:56 +0200
Subject: [PATCH] Added Java requirement

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 299812d..edb21d9 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,9 @@ Clone and build this project
 
 Download and install [WildFly](https://www.wildfly.org/) >= 25.0.1
 
-Deploy the build from this project in Wildfly
+Deploy the build from this project in Wildfly. 
+
+Wildfly should run on Java >= 14
 
 ### Adding models
 To add models, create this folder in WildFly:
-- 
GitLab