diff --git a/pom.xml b/pom.xml index 07c27cc..f5b45ff 100644 --- a/pom.xml +++ b/pom.xml @@ -1,166 +1,173 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.5.1 - - - com.palnet - pav-server - 0.0.1-SNAPSHOT - pav-server - Pav Server - - 1.8 - - - - - - org.springframework.cloud - spring-cloud-starter-aws - 2.0.1.RELEASE - - - org.springframework.cloud - spring-cloud-aws-context - 1.2.1.RELEASE - - - org.springframework.cloud - spring-cloud-aws-autoconfigure - 1.2.1.RELEASE - - - io.jsonwebtoken - jjwt - 0.9.1 - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-web - - - - io.netty - netty-all - 4.1.9.Final - - - org.bgee.log4jdbc-log4j2 - log4jdbc-log4j2-jdbc4 - 1.16 - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.5.1 + + + com.palnet + pav-server + 0.0.1-SNAPSHOT + pav-server + Pav Server + + 11 + 1.5.2.Final + + + + + + org.springframework.cloud + spring-cloud-starter-aws + 2.0.1.RELEASE + + + org.springframework.cloud + spring-cloud-aws-context + 1.2.1.RELEASE + + + org.springframework.cloud + spring-cloud-aws-autoconfigure + 1.2.1.RELEASE + + + io.jsonwebtoken + jjwt + 0.9.1 + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-web + + + + io.netty + netty-all + 4.1.9.Final + + + org.bgee.log4jdbc-log4j2 + log4jdbc-log4j2-jdbc4 + 1.16 + + + org.projectlombok lombok - - - ch.qos.logback - logback-classic - - - - org.springframework.boot - spring-boot-starter - - + + + ch.qos.logback + logback-classic + + + + org.springframework.boot + spring-boot-starter + + org.springframework.boot spring-boot-starter-data-jpa - - mysql - mysql-connector-java - runtime - - - org.springframework.boot - spring-boot-starter-jdbc - - - com.h2database - h2 - - - - org.springframework.boot - spring-boot-starter-test - test - - - - com.querydsl - querydsl-apt - - - - com.querydsl - querydsl-jpa - - - - org.apache.httpcomponents - httpclient - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr353 - - - - - org.apache.commons - commons-lang3 - - - - - - commons-httpclient - commons-httpclient - 3.1 - - - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - - - org.springframework.amqp - spring-rabbit-test - test - - - org.springframework.boot - spring-boot-starter-amqp - - - - - io.springfox - springfox-boot-starter - 3.0.0 - - - - - - - + + mysql + mysql-connector-java + runtime + + + org.springframework.boot + spring-boot-starter-jdbc + + + com.h2database + h2 + + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.querydsl + querydsl-apt + + + + com.querydsl + querydsl-jpa + + + + org.apache.httpcomponents + httpclient + + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr353 + + + + + org.apache.commons + commons-lang3 + + + + + + commons-httpclient + commons-httpclient + 3.1 + + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + + + org.springframework.amqp + spring-rabbit-test + test + + + org.springframework.boot + spring-boot-starter-amqp + + + + + io.springfox + springfox-boot-starter + 3.0.0 + + + + org.mapstruct + mapstruct + ${org.mapstruct.version} + + + + + + + com.mysema.maven apt-maven-plugin 1.1.3 @@ -178,11 +185,32 @@ - - org.springframework.boot - spring-boot-maven-plugin - - - + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 11 + 11 + + + org.projectlombok + lombok + 1.18.20 + + + org.mapstruct + mapstruct-processor + ${org.mapstruct.version} + + + + + + org.springframework.boot + spring-boot-maven-plugin + + +