JAVA-5409: corrected typo

This commit is contained in:
sampadawagde 2021-05-14 17:48:04 +05:30
parent b1bf1bf820
commit 1bb3a14c94
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>Forg.springframework.boot</groupId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
<dependency>