Hi,
looking at https://jax-ws.dev.java.net/faq/index.html#maven Suns
recommended repo https://maven-repository.dev.java.net/nonav/repository
seems to have the complete dependencies list.
The jaxws-api in repo1.maven.org is missing the dependencies
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
Will this pom be updated/deleted?
Thanx, Torsten