From dad6ca3adf9652945b859a6719396b3d81745406 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 5 Oct 2022 11:47:46 +0300 Subject: [PATCH] Add spring-boot dependencies and global parent --- .gitignore | 2 ++ pom.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 57 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 75efa76..e580cb8 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ buildNumber.properties hs_err_pid* replay_pid* +.idea/ + diff --git a/pom.xml b/pom.xml index 292362a..955f586 100644 --- a/pom.xml +++ b/pom.xml @@ -3,14 +3,63 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - eu.dnetlib + + eu.dnetlib + uoa-global-parent + 1.0.1 + uoa-spring-boot-parent 1.0.0-SNAPSHOT - + pom + + scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-spring-boot-parent.git + HEAD + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot-version} + pom + import + + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-security + + + com.google.code.gson + gson + ${gson-version} + + - 8 - 8 + 1.5.8.RELEASE + 2.9.0 - \ No newline at end of file