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 261
261
<scope >test</scope >
262
262
</dependency >
263
263
264
-
265
- <!--
266
- we don't use lombok in Spring Data Elasticsearch anymore. But the dependency is set in the parent project, and so the
267
- lombok compiler stuff is executed regardless of the fact that we don't need it.
268
- On AdoptOpenJdk 16.0.0 this leads to an error, so the project does not build.
269
- Therefore we replace lombok with a jar - that just contains an empty file - that lives in a local maven repository in
270
- src/test/resources/local-maven-repo/
271
- It was installed with
272
- 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
273
- -->
274
- <dependency >
275
- <groupId >org.projectlombok</groupId >
276
- <artifactId >lombok</artifactId >
277
- <!-- suppress MavenPackageUpdate -->
278
- <version >999999</version >
279
- <scope >test</scope >
280
- </dependency >
281
-
282
264
<dependency >
283
265
<groupId >org.skyscreamer</groupId >
284
266
<artifactId >jsonassert</artifactId >
You can’t perform that action at this time.
0 commit comments