Skip to content

Commit 37e5d05

Browse files
authored
Merge pull request #75 from domaframework/use-junit4
Use JUnit 4
2 parents c95e8ea + 0945ad5 commit 37e5d05

File tree

3 files changed

+15
-0
lines changed
  • doma-spring-boot-samples
    • doma-spring-boot-sample-entity-listener
    • doma-spring-boot-sample-event-handler
    • doma-spring-boot-sample-simple

3 files changed

+15
-0
lines changed

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>spring-boot-starter-test</artifactId>
5353
<scope>test</scope>
5454
</dependency>
55+
<dependency>
56+
<groupId>junit</groupId>
57+
<artifactId>junit</artifactId>
58+
<scope>test</scope>
59+
</dependency>
5560
</dependencies>
5661

5762
<build>

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>spring-boot-starter-test</artifactId>
5353
<scope>test</scope>
5454
</dependency>
55+
<dependency>
56+
<groupId>junit</groupId>
57+
<artifactId>junit</artifactId>
58+
<scope>test</scope>
59+
</dependency>
5560
</dependencies>
5661

5762
<build>

doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
<artifactId>spring-boot-starter-test</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51+
<dependency>
52+
<groupId>junit</groupId>
53+
<artifactId>junit</artifactId>
54+
<scope>test</scope>
55+
</dependency>
5156
</dependencies>
5257

5358
<build>

0 commit comments

Comments
 (0)