File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 137137 <version >1.18.24</version >
138138 <scope >provided</scope >
139139 </dependency >
140+ <dependency >
141+ <groupId >org.mockito</groupId >
142+ <artifactId >mockito-inline</artifactId >
143+ <version >4.5.1</version >
144+ <scope >test</scope >
145+ <exclusions >
146+ <exclusion >
147+ <artifactId >mockito-core</artifactId >
148+ <groupId >org.mockito</groupId >
149+ </exclusion >
150+ </exclusions >
151+ </dependency >
152+ <dependency >
153+ <groupId >org.junit.jupiter</groupId >
154+ <artifactId >junit-jupiter</artifactId >
155+ <version >5.8.2</version >
156+ <scope >test</scope >
157+ <exclusions >
158+ <exclusion >
159+ <artifactId >junit-jupiter-api</artifactId >
160+ <groupId >org.junit.jupiter</groupId >
161+ </exclusion >
162+ <exclusion >
163+ <artifactId >junit-jupiter-params</artifactId >
164+ <groupId >org.junit.jupiter</groupId >
165+ </exclusion >
166+ <exclusion >
167+ <artifactId >junit-jupiter-engine</artifactId >
168+ <groupId >org.junit.jupiter</groupId >
169+ </exclusion >
170+ </exclusions >
171+ </dependency >
140172 </dependencies >
141173</project >
Original file line number Diff line number Diff line change 6767 <version >1.18.24</version >
6868 <scope >provided</scope >
6969 </dependency >
70+ <dependency >
71+ <groupId >org.mockito</groupId >
72+ <artifactId >mockito-inline</artifactId >
73+ <version >4.5.1</version >
74+ <scope >test</scope >
75+ <exclusions >
76+ <exclusion >
77+ <artifactId >mockito-core</artifactId >
78+ <groupId >org.mockito</groupId >
79+ </exclusion >
80+ </exclusions >
81+ </dependency >
82+ <dependency >
83+ <groupId >org.junit.jupiter</groupId >
84+ <artifactId >junit-jupiter</artifactId >
85+ <version >5.8.2</version >
86+ <scope >test</scope >
87+ <exclusions >
88+ <exclusion >
89+ <artifactId >junit-jupiter-api</artifactId >
90+ <groupId >org.junit.jupiter</groupId >
91+ </exclusion >
92+ <exclusion >
93+ <artifactId >junit-jupiter-params</artifactId >
94+ <groupId >org.junit.jupiter</groupId >
95+ </exclusion >
96+ <exclusion >
97+ <artifactId >junit-jupiter-engine</artifactId >
98+ <groupId >org.junit.jupiter</groupId >
99+ </exclusion >
100+ </exclusions >
101+ </dependency >
70102 </dependencies >
71103</project >
Original file line number Diff line number Diff line change 122122 <version >3.36.0.3</version >
123123 <scope >test</scope >
124124 </dependency >
125+ <dependency >
126+ <groupId >org.projectlombok</groupId >
127+ <artifactId >lombok</artifactId >
128+ <version >1.18.24</version >
129+ <scope >provided</scope >
130+ </dependency >
125131 <dependency >
126132 <groupId >org.mockito</groupId >
127133 <artifactId >mockito-inline</artifactId >
154160 </exclusion >
155161 </exclusions >
156162 </dependency >
157- <dependency >
158- <groupId >org.projectlombok</groupId >
159- <artifactId >lombok</artifactId >
160- <version >1.18.24</version >
161- <scope >provided</scope >
162- </dependency >
163163 </dependencies >
164164</project >
Original file line number Diff line number Diff line change 131131 <version >${libs.sqlite} </version >
132132 <scope >test</scope >
133133 </dependency >
134-
135- <dependency >
136- <groupId >org.mockito</groupId >
137- <artifactId >mockito-inline</artifactId >
138- <version >${dev.mockito} </version >
139- <scope >test</scope >
140- </dependency >
141- <dependency >
142- <groupId >org.junit.jupiter</groupId >
143- <artifactId >junit-jupiter</artifactId >
144- <version >${dev.junit} </version >
145- <scope >test</scope >
146- </dependency >
147134 </dependencies >
148135
149136</project >
Original file line number Diff line number Diff line change 8383 <version >1.18.24</version >
8484 <scope >provided</scope >
8585 </dependency >
86+ <dependency >
87+ <groupId >org.mockito</groupId >
88+ <artifactId >mockito-inline</artifactId >
89+ <version >4.5.1</version >
90+ <scope >test</scope >
91+ <exclusions >
92+ <exclusion >
93+ <artifactId >mockito-core</artifactId >
94+ <groupId >org.mockito</groupId >
95+ </exclusion >
96+ </exclusions >
97+ </dependency >
98+ <dependency >
99+ <groupId >org.junit.jupiter</groupId >
100+ <artifactId >junit-jupiter</artifactId >
101+ <version >5.8.2</version >
102+ <scope >test</scope >
103+ <exclusions >
104+ <exclusion >
105+ <artifactId >junit-jupiter-api</artifactId >
106+ <groupId >org.junit.jupiter</groupId >
107+ </exclusion >
108+ <exclusion >
109+ <artifactId >junit-jupiter-params</artifactId >
110+ <groupId >org.junit.jupiter</groupId >
111+ </exclusion >
112+ <exclusion >
113+ <artifactId >junit-jupiter-engine</artifactId >
114+ <groupId >org.junit.jupiter</groupId >
115+ </exclusion >
116+ </exclusions >
117+ </dependency >
86118 </dependencies >
87119 <properties >
88120 <maven .deploy.skip>true</maven .deploy.skip>
Original file line number Diff line number Diff line change 175175 <version >${dev.lombok} </version >
176176 <scope >provided</scope >
177177 </dependency >
178+ <dependency >
179+ <groupId >org.mockito</groupId >
180+ <artifactId >mockito-inline</artifactId >
181+ <version >${dev.mockito} </version >
182+ <scope >test</scope >
183+ </dependency >
184+ <dependency >
185+ <groupId >org.junit.jupiter</groupId >
186+ <artifactId >junit-jupiter</artifactId >
187+ <version >${dev.junit} </version >
188+ <scope >test</scope >
189+ </dependency >
178190 </dependencies >
179191</project >
Original file line number Diff line number Diff line change 8484 <version >1.18.24</version >
8585 <scope >provided</scope >
8686 </dependency >
87+ <dependency >
88+ <groupId >org.mockito</groupId >
89+ <artifactId >mockito-inline</artifactId >
90+ <version >4.5.1</version >
91+ <scope >test</scope >
92+ <exclusions >
93+ <exclusion >
94+ <artifactId >mockito-core</artifactId >
95+ <groupId >org.mockito</groupId >
96+ </exclusion >
97+ </exclusions >
98+ </dependency >
99+ <dependency >
100+ <groupId >org.junit.jupiter</groupId >
101+ <artifactId >junit-jupiter</artifactId >
102+ <version >5.8.2</version >
103+ <scope >test</scope >
104+ <exclusions >
105+ <exclusion >
106+ <artifactId >junit-jupiter-api</artifactId >
107+ <groupId >org.junit.jupiter</groupId >
108+ </exclusion >
109+ <exclusion >
110+ <artifactId >junit-jupiter-params</artifactId >
111+ <groupId >org.junit.jupiter</groupId >
112+ </exclusion >
113+ <exclusion >
114+ <artifactId >junit-jupiter-engine</artifactId >
115+ <groupId >org.junit.jupiter</groupId >
116+ </exclusion >
117+ </exclusions >
118+ </dependency >
87119 </dependencies >
88120</project >
You can’t perform that action at this time.
0 commit comments