From f8159ab658810d96bbf02dc6a2cc0980bf64514f Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Wed, 8 Jun 2022 09:19:14 +0200
Subject: [PATCH] #414 Add project setup info

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index da440b6ee..bef4b1a99 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
 ## FIT-Co Java SDK
 
-
+### Project Setup Info
+- Java 17 (LTS)
+- Maven
+- Junit 5
 ### Build
 
 To build the maven artifact, run: `mvn clean install`
@@ -8,6 +11,7 @@ To build the maven artifact, run: `mvn clean install`
 To run all tests, run: `mvn test`
 
 ### Modules
+The SDk is set up as a maven multi module to separate the (internal) API properly from implementation details
 #### API Module
 The api module consists of all domain model classes and (api-) public interfaces needed to build an sdk-client 
 
-- 
GitLab