Skip to content

Commit 7dfa31c

Browse files
committed
test(gax): revert unnecessary test-jar inclusions
Since the `gapic-showcase` integration test now utilizes Logback's `TestAppender` natively and the custom `envVarTest` profile in the POM was removed, there is no longer a need to expose internal GAX test classes via the `test-jar`.
1 parent 1acdd77 commit 7dfa31c

File tree

1 file changed

+0
-1
lines changed
  • sdk-platform-java/gax-java/gax

1 file changed

+0
-1
lines changed

sdk-platform-java/gax-java/gax/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
<include>com/google/api/gax/rpc/testing/**</include>
116116
<include>com/google/api/gax/rpc/mtls/**</include>
117117
<include>com/google/api/gax/util/**</include>
118-
<include>com/google/api/gax/logging/**</include>
119118
<include>**/native-image.properties</include>
120119
</includes>
121120
</configuration>

0 commit comments

Comments
 (0)