xusonglin пре 5 година
родитељ
комит
2158e26cab
2 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 1
      pom.xml
  2. 0 2
      src/test/java/com/jkcredit/invoice/hub/InvoiceHubApplicationTests.java

+ 1 - 1
pom.xml

@@ -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>

+ 0 - 2
src/test/java/com/jkcredit/invoice/hub/InvoiceHubApplicationTests.java

@@ -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() {
     }