File tree Expand file tree Collapse file tree
src/test/java/io/bootique/mybatis Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 </dependency >
6060 <dependency >
6161 <groupId >io.bootique.jdbc</groupId >
62- <artifactId >bootique-jdbc-junit5 -derby</artifactId >
62+ <artifactId >bootique-jdbc-junit -derby</artifactId >
6363 <scope >test</scope >
6464 </dependency >
6565 </dependencies >
Original file line number Diff line number Diff line change 2020
2121import io .bootique .BQRuntime ;
2222import io .bootique .Bootique ;
23- import io .bootique .jdbc .junit5 .derby .DerbyTester ;
24- import io .bootique .junit5 .BQApp ;
25- import io .bootique .junit5 .BQTest ;
26- import io .bootique .junit5 .BQTestTool ;
23+ import io .bootique .jdbc .junit .derby .DerbyTester ;
24+ import io .bootique .junit .BQApp ;
25+ import io .bootique .junit .BQTest ;
26+ import io .bootique .junit .BQTestTool ;
2727import io .bootique .mybatis .testmappers1 .T1Mapper ;
2828import io .bootique .mybatis .testmappers1 .T5Mapper ;
2929import io .bootique .mybatis .testmappers2 .T2Mapper ;
Original file line number Diff line number Diff line change 1818 */
1919package io .bootique .mybatis ;
2020
21- import io .bootique .junit5 .BQModuleTester ;
21+ import io .bootique .junit .BQModuleTester ;
2222import org .junit .jupiter .api .Test ;
2323
2424public class MybatisModuleTest {
Original file line number Diff line number Diff line change 2020
2121import io .bootique .BQRuntime ;
2222import io .bootique .Bootique ;
23- import io .bootique .jdbc .junit5 .derby .DerbyTester ;
24- import io .bootique .junit5 .BQApp ;
25- import io .bootique .junit5 .BQTest ;
26- import io .bootique .junit5 .BQTestTool ;
23+ import io .bootique .jdbc .junit .derby .DerbyTester ;
24+ import io .bootique .junit .BQApp ;
25+ import io .bootique .junit .BQTest ;
26+ import io .bootique .junit .BQTestTool ;
2727import io .bootique .mybatis .testmappers2 .T2Mapper ;
2828import org .apache .ibatis .session .SqlSession ;
2929import org .apache .ibatis .session .SqlSessionManager ;
Original file line number Diff line number Diff line change 2020
2121import io .bootique .BQRuntime ;
2222import io .bootique .Bootique ;
23- import io .bootique .jdbc .junit5 .derby .DerbyTester ;
24- import io .bootique .junit5 .BQApp ;
25- import io .bootique .junit5 .BQTest ;
26- import io .bootique .junit5 .BQTestTool ;
23+ import io .bootique .jdbc .junit .derby .DerbyTester ;
24+ import io .bootique .junit .BQApp ;
25+ import io .bootique .junit .BQTest ;
26+ import io .bootique .junit .BQTestTool ;
2727import io .bootique .mybatis .testmappers3 .T7Mapper ;
2828import io .bootique .mybatis .testpojos .TO7 ;
2929import org .apache .ibatis .session .SqlSession ;
Original file line number Diff line number Diff line change 2020
2121import io .bootique .BQRuntime ;
2222import io .bootique .Bootique ;
23- import io .bootique .jdbc .junit5 .derby .DerbyTester ;
24- import io .bootique .junit5 .BQApp ;
25- import io .bootique .junit5 .BQTest ;
26- import io .bootique .junit5 .BQTestTool ;
23+ import io .bootique .jdbc .junit .derby .DerbyTester ;
24+ import io .bootique .junit .BQApp ;
25+ import io .bootique .junit .BQTest ;
26+ import io .bootique .junit .BQTestTool ;
2727import io .bootique .mybatis .testmappersxml1 .T3Mapper ;
2828import io .bootique .mybatis .testmappersxml1 .T6Mapper ;
2929import io .bootique .mybatis .testpojos .TO3 ;
Original file line number Diff line number Diff line change 2222import io .bootique .Bootique ;
2323import io .bootique .mybatis .testmappersxml1 .T4Mapper ;
2424import io .bootique .mybatis .testpojos .TO4 ;
25- import io .bootique .junit5 .BQApp ;
26- import io .bootique .junit5 .BQTest ;
25+ import io .bootique .junit .BQApp ;
26+ import io .bootique .junit .BQTest ;
2727import org .apache .ibatis .session .SqlSession ;
2828import org .apache .ibatis .session .SqlSessionManager ;
2929import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >io.bootique.modules.parent</groupId >
2525 <artifactId >bootique-modules-parent</artifactId >
26- <version >4.0.4 </version >
26+ <version >4.0.5 </version >
2727 </parent >
2828
2929 <groupId >io.bootique.mybatis</groupId >
7070 </dependency >
7171 <dependency >
7272 <groupId >io.bootique</groupId >
73- <artifactId >bootique-junit5 </artifactId >
73+ <artifactId >bootique-junit </artifactId >
7474 <version >${project.version} </version >
7575 </dependency >
7676 <dependency >
7777 <groupId >io.bootique.jdbc</groupId >
78- <artifactId >bootique-jdbc-junit5 -derby</artifactId >
78+ <artifactId >bootique-jdbc-junit -derby</artifactId >
7979 <version >${project.version} </version >
8080 </dependency >
8181 <dependency >
You can’t perform that action at this time.
0 commit comments