From 1a6faa5540c95bde091a64b5e99e8698ba919b02 Mon Sep 17 00:00:00 2001 From: parap Date: Mon, 22 May 2023 03:40:23 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a68998b --- /dev/null +++ b/pom.xml @@ -0,0 +1,67 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.6.2 + + + + org.dbms + DBMS + 1.0-SNAPSHOT + + + + + 17 + + + + + org.springframework.boot + spring-boot-starter + + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + + + + org.postgresql + postgresql + + + + org.springframework.boot + spring-boot-starter-data-jdbc + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.hibernate.validator + hibernate-validator + + + + + org.apache.avro + avro + 1.11.0 + + + + org.apache.commons + commons-lang3 + + + + \ No newline at end of file