Skip to content

Commit

Permalink
add lombok version to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Oct 31, 2023
1 parent 07f4419 commit dd68cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<easymock-version>5.1.0</easymock-version>
<guava-version>32.1.1-jre</guava-version>
<jaspic-api-version>1.1.1</jaspic-api-version>
<lombok-version>1.18.30</lombok-version>
<mockserver-version>5.15.0</mockserver-version>
<quickcheck-version>0.6</quickcheck-version>
<tomcat-version>9.0.82</tomcat-version>
Expand Down Expand Up @@ -281,6 +282,7 @@
<artifactId>lombok</artifactId>
<!-- scope "provided" is used here in the sense
"necessary for compilation, not necessary at runtime" -->
<version>${lombok-version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit dd68cc0

Please sign in to comment.