[BAEL-18774] - extracted versions into properties

This commit is contained in:
amit.pandey
2019-12-24 17:17:09 +05:30
parent fe17c22c81
commit b99b7b8b25
18 changed files with 85 additions and 40 deletions
+2 -1
View File
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>1.5.10.RELEASE</version>
<version>${spring-boot-test.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -64,6 +64,7 @@
<properties>
<springframework.version>4.3.4.RELEASE</springframework.version>
<activemq.version>5.14.1</activemq.version>
<spring-boot-test.version>1.5.10.RELEASE</spring-boot-test.version>
</properties>
</project>