We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab4e655 + 2f5ade5 commit 8c5832eCopy full SHA for 8c5832e
servlet/http2/pom.xml
@@ -329,6 +329,26 @@
329
<alpn.version>8.1.11.v20170118</alpn.version>
330
</properties>
331
</profile>
332
+
333
+ <profile>
334
+ <id>stable</id>
335
+ <build>
336
+ <plugins>
337
+ <plugin>
338
+ <groupId>org.apache.maven.plugins</groupId>
339
+ <artifactId>maven-surefire-plugin</artifactId>
340
+ <configuration>
341
+ <excludes>
342
+ <!-- Bug to do with npn with this JDK version (_192) causes this, awaiting external fix tracked
343
+ by QA-125 -->
344
+ <exclude>org.javaee8.servlet.http2.Http2Test</exclude>
345
+ </excludes>
346
+ </configuration>
347
+ </plugin>
348
+ </plugins>
349
+ </build>
350
+ </profile>
351
352
</profiles>
353
354
</project>
0 commit comments