We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a8988 commit 9fd9d56Copy full SHA for 9fd9d56
1 file changed
java-showcase/gapic-showcase/pom.xml
@@ -254,13 +254,12 @@
254
<groupId>org.apache.maven.plugins</groupId>
255
<artifactId>maven-compiler-plugin</artifactId>
256
<configuration>
257
- <excludes>
258
- <exclude>**/com/google/showcase/v1beta1/it/logging/TestMdcAppender.java</exclude>
259
- </excludes>
260
<testExcludes>
261
<testExclude>**/com/google/showcase/v1beta1/it/*.java</testExclude>
262
<testExclude>**/com/google/showcase/v1beta1/it/logging/ITLoggingDisabled.java</testExclude>
263
<testExclude>**/com/google/showcase/v1beta1/it/logging/ITLogging1x.java</testExclude>
+ <!-- this profile doesn't have logstash deps -->
+ <testExclude>**/com/google/showcase/v1beta1/it/logging/TestMdcAppender.java</testExclude>
264
</testExcludes>
265
</configuration>
266
</plugin>
0 commit comments