File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
java-showcase/gapic-showcase Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 254
254
<groupId >org.apache.maven.plugins</groupId >
255
255
<artifactId >maven-compiler-plugin</artifactId >
256
256
<configuration >
257
- <excludes >
258
- <exclude >**/com/google/showcase/v1beta1/it/logging/TestMdcAppender.java</exclude >
259
- </excludes >
260
257
<testExcludes >
261
258
<testExclude >**/com/google/showcase/v1beta1/it/*.java</testExclude >
262
259
<testExclude >**/com/google/showcase/v1beta1/it/logging/ITLoggingDisabled.java</testExclude >
263
260
<testExclude >**/com/google/showcase/v1beta1/it/logging/ITLogging1x.java</testExclude >
261
+ <!-- this profile doesn't have logstash deps -->
262
+ <testExclude >**/com/google/showcase/v1beta1/it/logging/TestMdcAppender.java</testExclude >
264
263
</testExcludes >
265
264
</configuration >
266
265
</plugin >
You can’t perform that action at this time.
0 commit comments