Skip to content

Commit ecc5c54

Browse files
committed
Remove lombok dependency override.
Lombok issues are resolved. With the Lombok customization, we no longer can resolve the artifact that breaks the build, so removing it. See #2585
1 parent 354c593 commit ecc5c54

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -261,24 +261,6 @@
261261
<scope>test</scope>
262262
</dependency>
263263

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-
282264
<dependency>
283265
<groupId>org.skyscreamer</groupId>
284266
<artifactId>jsonassert</artifactId>

0 commit comments

Comments
 (0)