Skip to content

Commit

Permalink
add bytebuddy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 22, 2024
1 parent 752f40e commit a1d951f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion gax-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,20 @@
</exclusions>
<scope>test</scope>
</dependency>
<!-- Set environment variable for tests in EndpointContextTest -->
<!-- Use to set environment variable for tests in EndpointContextTest -->
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-jupiter</artifactId>
<version>2.1.6</version>
<scope>test</scope>
</dependency>
<!-- Support Java 21 when using uk.org.webcompere:system-stubs-jupiter -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.15</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a1d951f

Please sign in to comment.