Skip to content

Commit

Permalink
Fix groupId of metrics-okhttp in sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 30, 2023
1 parent 4b50e7d commit eae9c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>com.raskasa.metrics</groupId>
<groupId>io.dropwizard.metrics.okhttp</groupId>
<artifactId>metrics-okhttp</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit eae9c3c

Please sign in to comment.