JAVA-5408: Use common postgresql.version property (#10879)

* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
This commit is contained in:
kwoyke
2021-06-11 16:55:37 +02:00
committed by GitHub
parent 3f964961da
commit ea0af629e4
16 changed files with 31 additions and 27 deletions

View File

@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.9.RELEASE</version>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -62,4 +62,8 @@
</plugins>
</build>
<properties>
<spring-boot.version>1.5.9.RELEASE</spring-boot.version>
</properties>
</project>