Skip to content

Commit

Permalink
Use streambuffer that works with java 8 for java 8 jaxws test
Browse files Browse the repository at this point in the history
  • Loading branch information
philsttr committed Oct 23, 2023
1 parent 74344a2 commit 80fa373
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ plugins {

dependencies {
testLibrary("com.sun.xml.ws:jaxws-rt:2.2.0.1")
// early versions of streambuffer depend on latest release of org.jvnet.staxex:stax-ex
// which doesn't work with java 8
testLibrary("com.sun.xml.stream.buffer:streambuffer:1.4")

testImplementation("javax.servlet:javax.servlet-api:3.0.1")
testImplementation(project(":instrumentation:jaxws:jaxws-2.0-common-testing"))
Expand Down

0 comments on commit 80fa373

Please sign in to comment.