Skip to content

Commit

Permalink
Add a dependency:
Browse files Browse the repository at this point in the history
* dependency-groupId: org.projectlombok
* dependency-artifactId: lombok
* version: 1.18.24
  • Loading branch information
Lucky.King committed Jul 17, 2024
1 parent 86c48c3 commit 412e386
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<revision>2.0.0-SNAPSHOT</revision>
<mockito.version>3.12.4</mockito.version>
<java.version>1.8</java.version>
<lombok-version>1.18.24</lombok-version>
<skip.maven.gpg.plugin>true</skip.maven.gpg.plugin>
<skip.spotless.apply>false</skip.spotless.apply>
<skip.checkstyle.check>true</skip.checkstyle.check>
Expand All @@ -82,6 +83,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok-version}</version>
</dependency>
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-dependencies</artifactId>
Expand Down

0 comments on commit 412e386

Please sign in to comment.