Skip to content

Commit

Permalink
Explicit cxf-rt-wsdl dependency (related to JBWS-3976 / JBEAP-5397)
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Nov 22, 2016
1 parent 26c22b0 commit 5fd2f36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/client/pom.xml
Expand Up @@ -97,6 +97,10 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-wsdl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-java2ws</artifactId>
Expand Down

0 comments on commit 5fd2f36

Please sign in to comment.