From f0e8d4128a48b7823793e34f0a0ceb22a6ae7cc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9A=D0=BE?=
 =?UTF-8?q?=D0=BB=D1=8C=D1=86=D0=BE=D0=B2?= <dkoltsov@picodata.io>
Date: Wed, 10 Jul 2024 10:19:02 +0000
Subject: [PATCH] chore(readme): add requirements

---
 postgres-java-example/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/postgres-java-example/README.md b/postgres-java-example/README.md
index 9e238ba..d84c770 100644
--- a/postgres-java-example/README.md
+++ b/postgres-java-example/README.md
@@ -1,3 +1,7 @@
+## Requirments
+maven
+Java > 21
+
 ## How to run
 1. Install picodata 
 2. Run picodata using provided config with the following command:
-- 
GitLab