coheigea commented on a change in pull request #45: URL: https://github.com/apache/ws-wss4j/pull/45#discussion_r816517874
########## File path: ws-security-stax/pom.xml ########## @@ -103,6 +107,10 @@ <artifactId>bcprov-jdk15on</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> Review comment: Could we change all instances of this dependency to: <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org For additional commands, e-mail: dev-h...@ws.apache.org