diff --git a/server/pom.xml b/server/pom.xml new file mode 100644 index 0000000..723e001 --- /dev/null +++ b/server/pom.xml @@ -0,0 +1,58 @@ + + + 4.0.0 + + fr.bureauservice + portail + 0.0.1 + pom + + portail + BS Portal Server + + + 21 + 4.0.3 + 21 + 21 + + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + org.projectlombok + lombok + 1.18.42 + + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + + org.apache.maven.plugins + maven-compiler-plugin + + true + + + + + + \ No newline at end of file