Skip to content

Commit 75b7319

Browse files
committed
Add missing property
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 6bcd0f4 commit 75b7319

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pom.xml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,6 @@
112112
<artifactId>jetty-ee10-glassfish-jstl</artifactId>
113113
<scope>test</scope>
114114
</dependency>
115-
<!-- <dependency>-->
116-
<!-- <groupId>jakartatck</groupId>-->
117-
<!-- <artifactId>libutil</artifactId>-->
118-
<!-- <version>${jakarta.tck.version}</version>-->
119-
<!-- <exclusions>-->
120-
<!-- <exclusion>-->
121-
<!-- <groupId>org.glassfish.metro</groupId>-->
122-
<!-- <artifactId>*</artifactId>-->
123-
<!-- </exclusion>-->
124-
<!-- </exclusions>-->
125-
<!-- </dependency>-->
126115
<dependency>
127116
<groupId>org.slf4j</groupId>
128117
<artifactId>slf4j-api</artifactId>
@@ -261,7 +250,8 @@
261250
</dependenciesToScan>
262251
<systemProperties>
263252
<http2.timeout>${http2.timeout}</http2.timeout>
264-
<ws_wait>2</ws_wait>
253+
<ws_wait>5</ws_wait>
254+
<porting.ts.url.class.1>com.sun.ts.tests.websocket.lib.implementation.sun.common.SunRIURL</porting.ts.url.class.1>
265255
</systemProperties>
266256
<!-- <excludes>-->
267257
<!-- <exclude>**/AppTest**</exclude>-->

0 commit comments

Comments
 (0)