BAEL-19368 DDD test fix

This commit is contained in:
Dhawal Kapil 2019-11-30 16:15:36 +05:30
parent 7f6516cc23
commit f120bdb7f2
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
<dependency> <dependency>
<groupId>org.junit.platform</groupId> <groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId> <artifactId>junit-platform-launcher</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -83,6 +84,7 @@
<properties> <properties>
<joda-money.version>1.0.1</joda-money.version> <joda-money.version>1.0.1</joda-money.version>
<spring-boot.version>2.0.6.RELEASE</spring-boot.version>
</properties> </properties>
</project> </project>