Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
chore: Add perfmark-api to shared dependency. (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed May 26, 2022
1 parent c1097a4 commit 077e9a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions third-party-dependencies/pom.xml
Expand Up @@ -70,6 +70,7 @@
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
<!-- ensure checker-qual version matches what Guava uses -->
<checker-qual.version>3.22.0</checker-qual.version>
<perfmark-api.version>0.25.0</perfmark-api.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -174,6 +175,11 @@
<artifactId>checker-qual</artifactId>
<version>${checker-qual.version}</version>
</dependency>
<dependency>
<groupId>io.perfmark</groupId>
<artifactId>perfmark-api</artifactId>
<version>${perfmark-api.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 077e9a6

Please sign in to comment.