wanghongkai 5 år sedan
förälder
incheckning
840be09368

+ 10 - 0
pom.xml

@@ -78,6 +78,16 @@
             <artifactId>junit</artifactId>
             <version>4.13.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.junit.vintage</groupId>
+            <artifactId>junit-vintage-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

+ 0 - 0
src/test/java/cn/seecoder/courselearning/CourselearningApplicationTests.java → src/test/java/cn/seecoder/courselearning/CourseLearningApplicationTests.java