Quellcode durchsuchen

pom.xml添加junit依赖

UsagiHao vor 5 Jahren
Ursprung
Commit
138567676f
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -73,6 +73,16 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>