Skip to content

Commit

Permalink
[issue 100] - Let the Java generator from CRD generate also lombok st…
Browse files Browse the repository at this point in the history
…uff because we need equals and hashCode
  • Loading branch information
fabiobrz committed Oct 19, 2023
1 parent 6fb8385 commit 5e7a961
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/intersmash-tools-provisioners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>

<dependency>
<groupId>io.sundr</groupId>
<artifactId>builder-annotations</artifactId>
<version>0.101.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -194,6 +206,7 @@
as in https://github.com/infinispan/infinispan-operator/blob/2.3.4.Final/config/crd/bases/infinispan.org_infinispans.yaml#L1473-L1477
-->
<enumUppercase>false</enumUppercase>
<extraAnnotations>true</extraAnnotations>
</configuration>
</plugin>

Expand Down

0 comments on commit 5e7a961

Please sign in to comment.