File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
doma-spring-boot-sample-entity-listener
doma-spring-boot-sample-event-handler
doma-spring-boot-sample-simple Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments