Skip to content

Commit

Permalink
🔧 s3-integration cleanup pom lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Aug 8, 2024
1 parent 5a770cd commit 787f609
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion refarch-integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- Testing -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@
<artifactId>json-path</artifactId>
</dependency>

<!-- Spring developer tools -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>

<!-- apache commons -->
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 787f609

Please sign in to comment.