Skip to content

Commit

Permalink
fix: Used undeclared dependencies for com.google.flogger:flogger
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseopkim0 committed Nov 18, 2024
1 parent c6b778f commit fd1efde
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-cloud-pubsublite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
<artifactId>flogger-system-backend</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.flogger</groupId>
<artifactId>flogger</artifactId>
<version>0.8</version>
</dependency>

<!--test dependencies-->
<dependency>
Expand Down

0 comments on commit fd1efde

Please sign in to comment.