Merge pull request #7258 from amit2103/BAEL-15321

[BAEL-15321] - Extracted versions into properties
This commit is contained in:
Loredana Crusoveanu
2019-07-07 17:01:45 +03:00
committed by GitHub
26 changed files with 97 additions and 53 deletions
+6 -2
View File
@@ -20,12 +20,16 @@
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest</artifactId>
<version>6.3.1</version>
<version>${jest.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.6</version>
<version>${jackson.version}</version>
</dependency>
</dependencies>
<properties>
<jest.version>6.3.1</jest.version>
</properties>
</project>