Skip to content

Commit 8c67851

Browse files
committed
PAYARA-3484 jaxws-client testcase fix
1 parent 1855d37 commit 8c67851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jaxws/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
<groupId>javax.xml.ws</groupId>
2929
<artifactId>jaxws-api</artifactId>
3030
<version>2.3.1</version>
31+
<scope>test</scope>
3132
</dependency>
3233
<dependency>
3334
<groupId>com.sun.xml.ws</groupId>
3435
<artifactId>jaxws-rt</artifactId>
3536
<version>2.3.2</version>
37+
<scope>test</scope>
3638
</dependency>
3739
</dependencies>
3840

0 commit comments

Comments
 (0)