Skip to content

Commit

Permalink
[JBWS-3976] workaround for maven bug. Dependency added in client pom.…
Browse files Browse the repository at this point in the history
…xml Related to JBEAP-5397.
  • Loading branch information
rsearls authored and asoldano committed Nov 15, 2016
1 parent fb1e8fa commit 52358f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
</dependency>
<!-- workaround for maven bug processing transitive excludes [MNG-5761]-->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-wsdl</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-wsdl</artifactId>
Expand Down

0 comments on commit 52358f5

Please sign in to comment.