File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 280
280
<scope >test</scope >
281
281
</dependency >
282
282
283
-
284
- <!--
285
- we don't use lombok in Spring Data Elasticsearch anymore. But the dependency is set in the parent project, and so the
286
- lombok compiler stuff is executed regardless of the fact that we don't need it.
287
- On AdoptOpenJdk 16.0.0 this leads to an error, so the project does not build.
288
- Therefore we replace lombok with a jar - that just contains an empty file - that lives in a local maven repository in
289
- src/test/resources/local-maven-repo/
290
- It was installed with
291
- mvn deploy:deploy-file -DgroupId=org.projectlombok -DartifactId=lombok -Dversion=999999 -Durl=file:./src/test/resources/local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=path/to/empty.jar
292
- -->
293
- <dependency >
294
- <groupId >org.projectlombok</groupId >
295
- <artifactId >lombok</artifactId >
296
- <!-- suppress MavenPackageUpdate -->
297
- <version >999999</version >
298
- <scope >test</scope >
299
- </dependency >
300
-
301
283
<dependency >
302
284
<groupId >org.skyscreamer</groupId >
303
285
<artifactId >jsonassert</artifactId >
You can’t perform that action at this time.
0 commit comments