Skip to content

Commit

Permalink
chore: add jakarta.xml.bind-api to classpath for jdk17 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Mar 10, 2024
1 parent 2b7ceb4 commit 7c7fdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<pathelement location="${lib.dir}/jsr305-${jsr305.version}.jar" />
<pathelement location="${lib.dir}/testng-${testng.version}.jar" />
<pathelement location="${lib.dir}/javax.servlet-api-${javax.servlet-api.version}.jar" />
<pathelement location="${lib.dir}/jakarta.xml.bind-api-${jakarta.xml.bind-api.version}.jar" />
<pathelement location="${lib.dir}/log4j-${log4j.version}.jar" />
<pathelement location="${lib.dir}/log4j-api-${log4j-api.version}.jar" />
<pathelement location="${lib.dir}/commons-collections-${commons-collections.version}.jar" />
Expand Down
2 changes: 2 additions & 0 deletions yank.csv
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ commons-codec,commons-codec,1.16.0,4e3eb3d79888d76b54e28b350915b5dc3919c9de,
,,,,
javax.ws.rs,javax.ws.rs-api,2.0.1,104e9c2b5583cfcfeac0402316221648d6d8ea6b,
,,,,
jakarta.xml.bind,jakarta.xml.bind-api,2.3.3,48e3b9cfc10752fba3521d6511f4165bea951801,
,,,,
org.glassfish.jersey.media,jersey-media-multipart,2.25.1,1d2db0078ee1b740c4e7ec7413d328a8a7e1c480,
,,,,
org.springframework,spring-tx,4.3.3.RELEASE,15fe147d2725b9b85bfe79817dc10b4246d0364d,
Expand Down

0 comments on commit 7c7fdf4

Please sign in to comment.