extact dependency version into properties

This commit is contained in:
amit.pandey 2020-06-21 08:54:58 +05:30
parent 0ae152079e
commit dfe8c736bc
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>${javafaker.version}0.18</version>
<version>${javafaker.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>