From 2e8ba5fb1d25b1a07fe5f07d0b0b4c40c61f7e52 Mon Sep 17 00:00:00 2001 From: oscar Date: Sun, 31 Mar 2024 18:58:00 -0700 Subject: [PATCH 1/3] Updated pom.xml to resolve module access restriction issue --- pom.xml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 6ad27ba..202b709 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,9 @@ geolocation https://sonarcloud.io + + true + 11 @@ -88,12 +91,18 @@ - - - org.springframework.boot - spring-boot-maven-plugin - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + --add-reads=com.spring.bioMedical=java.base + + + + + From 4ec6e9037db3a120ab0ffaa968f3d49a38675cd6 Mon Sep 17 00:00:00 2001 From: oscar Date: Sun, 31 Mar 2024 19:02:02 -0700 Subject: [PATCH 2/3] Updated pom.xml to resolve module access restriction issue --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 202b709..ef88dd4 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,9 @@ geolocation https://sonarcloud.io - + + 1.8 + geolocation true 11 From b781811a8ea4b63b5ab04e5201977710e7cddbaa Mon Sep 17 00:00:00 2001 From: oscar Date: Sun, 31 Mar 2024 19:05:30 -0700 Subject: [PATCH 3/3] Updated pom.xml to resolve module access restriction issue --- pom.xml | 62 ++++++++++++++++++++------------------------------------- 1 file changed, 22 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index ef88dd4..a09c595 100644 --- a/pom.xml +++ b/pom.xml @@ -17,15 +17,12 @@ 1.8 geolocation - https://sonarcloud.io + https://sonarcloud.io + true + 11 - - 1.8 - geolocation - true - 11 - + org.springframework.boot spring-boot-starter-data-jpa @@ -34,77 +31,62 @@ org.springframework.boot spring-boot-starter-thymeleaf - - org.springframework.boot spring-boot-starter-web - org.springframework.boot spring-boot-starter-security - - + org.springframework.boot spring-boot-devtools runtime - com.h2database h2 runtime - - - org.springframework.boot spring-boot-starter-test test - - org.hibernate - hibernate-core - + + org.hibernate + hibernate-core - com.nulab-inc zxcvbn 1.2.3 - net.sourceforge.nekohtml nekohtml 1.9.21 - org.springframework.boot spring-boot-starter-mail - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - - --add-reads=com.spring.bioMedical=java.base - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + --add-reads=com.spring.bioMedical=java.base + + + + +