fix relative path warning. removed tab characters

This commit is contained in:
amit.pandey
2020-03-07 16:40:44 +05:30
parent 401f5e3023
commit 58c5437d42

View File

@@ -13,7 +13,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.2.RELEASE</version> <version>2.2.2.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>
<dependencies> <dependencies>