File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1515 <maven .compiler.target>21</maven .compiler.target>
1616 <jnosql .version>1.1.10</jnosql .version>
1717 <weld .se.core.version>6.0.3.Final</weld .se.core.version>
18+ <mockito .verson>5.18.0</mockito .verson>
1819 </properties >
1920
2021 <dependencyManagement >
9596 <artifactId >junit-vintage-engine</artifactId >
9697 <scope >test</scope >
9798 </dependency >
99+ <dependency >
100+ <groupId >org.junit.jupiter</groupId >
101+ <artifactId >junit-jupiter-api</artifactId >
102+ <scope >test</scope >
103+ </dependency >
104+ <dependency >
105+ <groupId >org.junit.jupiter</groupId >
106+ <artifactId >junit-jupiter-engine</artifactId >
107+ <scope >test</scope >
108+ </dependency >
109+ <dependency >
110+ <groupId >org.junit.jupiter</groupId >
111+ <artifactId >junit-jupiter-params</artifactId >
112+ <scope >test</scope >
113+ </dependency >
114+ <dependency >
115+ <groupId >org.mockito</groupId >
116+ <artifactId >mockito-core</artifactId >
117+ <version >${mockito.verson} </version >
118+ <scope >test</scope >
119+ </dependency >
120+ <dependency >
121+ <groupId >org.mockito</groupId >
122+ <artifactId >mockito-junit-jupiter</artifactId >
123+ <version >${mockito.verson} </version >
124+ <scope >test</scope >
125+ </dependency >
98126 </dependencies >
99127
100128 <build >
You can’t perform that action at this time.
0 commit comments