Skip to content

Commit

Permalink
Remove duplicate JavaPoet dependency (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedloj authored Oct 1, 2024
1 parent b89a9dd commit 9127d39
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
Expand Down Expand Up @@ -76,4 +71,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9127d39

Please sign in to comment.