@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.2.2.RELEASE</version>
+ <version>2.1.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.jkcredit</groupId>
@@ -1,12 +1,10 @@
package com.jkcredit.invoice.hub;
-import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class InvoiceHubApplicationTests {
- @Test
void contextLoads() {
}