Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
88d1ead25b
commit
c8fe66dd3a
|
@ -23,10 +23,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<mainClass>org.eclipse.jetty.http2.server.H2SpecServer</mainClass>
|
<mainClass>org.eclipse.jetty.http2.server.H2SpecServer</mainClass>
|
||||||
<skip>${skipTests}</skip>
|
<skip>${skipTests}</skip>
|
||||||
<!-- TODO: remove the exclusion when upgrading to h2spec 2.1.1+ -->
|
|
||||||
<excludeSpecs>
|
|
||||||
<excludeSpec>5.1 - closed: Sends a DATA frame</excludeSpec>
|
|
||||||
</excludeSpecs>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -891,7 +891,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.github.madgnome</groupId>
|
<groupId>com.github.madgnome</groupId>
|
||||||
<artifactId>h2spec-maven-plugin</artifactId>
|
<artifactId>h2spec-maven-plugin</artifactId>
|
||||||
<version>0.3</version>
|
<version>0.4</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|
Loading…
Reference in New Issue