Skip to content

Commit

Permalink
deps: use perfmark-api version via shared dependencies BOM (#1111)
Browse files Browse the repository at this point in the history
The shared dependencies BOM declares perfmark-api version already. No need to declare it in this repository.
https://github.com/googleapis/java-shared-dependencies/blob/main/third-party-dependencies/pom.xml#LL72C27-L72C33
  • Loading branch information
suztomo committed Feb 8, 2023
1 parent 58cd8e2 commit beb5298
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -83,11 +83,6 @@
<artifactId>opencensus-contrib-grpc-util</artifactId>
<version>${opencensus.version}</version>
</dependency>
<dependency>
<groupId>io.perfmark</groupId>
<artifactId>perfmark-api</artifactId>
<version>0.26.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit beb5298

Please sign in to comment.