[BAEL-13313] - Extract versions into properties

This commit is contained in:
amit2103
2019-04-07 00:19:58 +05:30
parent 3942c3b0a4
commit caef6500c2
23 changed files with 86 additions and 54 deletions

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>