Skip to content

Commit aba2ff6

Browse files
committed
Polishing.
Remove Lombok version override. See #2585
1 parent 0dc2902 commit aba2ff6

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
@@ -280,24 +280,6 @@
280280
<scope>test</scope>
281281
</dependency>
282282

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-
301283
<dependency>
302284
<groupId>org.skyscreamer</groupId>
303285
<artifactId>jsonassert</artifactId>

0 commit comments

Comments
 (0)