Skip to content

Commit beb5298

Browse files
authored
deps: use perfmark-api version via shared dependencies BOM (#1111)
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
1 parent 58cd8e2 commit beb5298

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@
8383
<artifactId>opencensus-contrib-grpc-util</artifactId>
8484
<version>${opencensus.version}</version>
8585
</dependency>
86-
<dependency>
87-
<groupId>io.perfmark</groupId>
88-
<artifactId>perfmark-api</artifactId>
89-
<version>0.26.0</version>
90-
</dependency>
9186
</dependencies>
9287
</dependencyManagement>
9388
<dependencies>

0 commit comments

Comments
 (0)