Skip to content

Commit

Permalink
Removd some lombok dependecy properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloD12 committed Dec 27, 2024
1 parent fb98162 commit be1e88b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<hibernate.version>6.3.1.Final</hibernate.version>
<spring.version>6.2.1</spring.version>
<liquibase.version>4.30.0</liquibase.version>
<lombok.version>1.18.36</lombok.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down Expand Up @@ -155,8 +154,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit be1e88b

Please sign in to comment.