File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 177
177
<!-- <scope>test</scope>-->
178
178
</dependency >
179
179
180
- <dependency >
181
- <groupId >org.projectlombok</groupId >
182
- <artifactId >lombok</artifactId >
183
- <version >${lombok} </version >
184
- <scope >provided</scope >
185
- </dependency >
186
-
187
180
</dependencies >
188
181
189
182
<build >
200
193
<groupId >org.asciidoctor</groupId >
201
194
<artifactId >asciidoctor-maven-plugin</artifactId >
202
195
</plugin >
196
+ <!--
197
+ please do not remove this configuration for surefire - we need that to avoid issue with jar hell
198
+ -->
199
+ <plugin >
200
+ <groupId >org.apache.maven.plugins</groupId >
201
+ <artifactId >maven-surefire-plugin</artifactId >
202
+ <configuration >
203
+ <useSystemClassLoader >true</useSystemClassLoader >
204
+ <useFile >false</useFile >
205
+ <includes >
206
+ <include >**/*Tests.java</include >
207
+ </includes >
208
+ </configuration >
209
+ </plugin >
203
210
</plugins >
204
211
</build >
205
212
You can’t perform that action at this time.
0 commit comments