Skip to content

Commit

Permalink
Fixes soap linkage error
Browse files Browse the repository at this point in the history
When soap returns some errors Brooklyn doesn't manage to deserialise
them and instead shows a linkage error.
This is documented in this issue
here:cloudsoft/winrm4j#129
  • Loading branch information
Duncan Grant committed Nov 20, 2020
1 parent f41e50a commit c59269e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jre-1.8= \
javax.imageio.spi, \
javax.imageio.stream, \
javax.jws, \
javax.jws.soap, \
javax.lang.model, \
javax.lang.model.element, \
javax.lang.model.type, \
Expand Down Expand Up @@ -132,9 +131,7 @@ jre-1.8= \
javax.xml.validation, \
javax.xml.ws;version="2.2", \
javax.xml.ws.handler;version="2.2", \
javax.xml.ws.handler.soap;version="2.2", \
javax.xml.ws.http;version="2.2", \
javax.xml.ws.soap;version="2.2", \
javax.xml.ws.spi;version="2.2", \
javax.xml.ws.wsaddressing;version="2.2", \
javax.xml.ws.spi.http;version="2.2", \
Expand Down

0 comments on commit c59269e

Please sign in to comment.