[BAEL-12090] - Extract versions into properties

This commit is contained in:
amit2103
2019-02-04 00:06:11 +05:30
parent 52db7dd65b
commit a5b5b0fcba
40 changed files with 267 additions and 175 deletions

View File

@@ -44,12 +44,12 @@
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-spring</artifactId>
<version>2.1.0</version>
<version>${shedlock.version}</version>
</dependency>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>2.1.0</version>
<version>${shedlock.version}</version>
</dependency>
</dependencies>
@@ -151,6 +151,7 @@
<git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
<modelmapper.version>2.3.2</modelmapper.version>
<problem-spring-web.version>0.23.0</problem-spring-web.version>
<shedlock.version>2.1.0</shedlock.version>
</properties>
</project>