Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
avahuang0429 authored and namanksrivastava committed Oct 10, 2023
1 parent ee57529 commit 195be9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/amazon-kinesis-producer/pom.xml
Expand Up @@ -137,6 +137,12 @@
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
</dependencies>

<developers>
Expand Down

0 comments on commit 195be9c

Please sign in to comment.