diff options
author | Vitaly Takmazov | 2022-12-21 01:18:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2022-12-21 02:00:31 +0300 |
commit | a740c0e1d4e9f89ef7decfe4225e53555121f93b (patch) | |
tree | 4a28bcdffc0c4ede163dd4a03a29ab4984fb39a3 /pom.xml | |
parent | 79d1eeadf3cda6790e33c18e669cd8b8c3f12196 (diff) |
Switch from `lombok` to Java 17 `record`
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -280,11 +280,6 @@ <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> </dependency> - <dependency> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - <scope>provided</scope> - </dependency> </dependencies> <build> <pluginManagement> |