File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ dependencies {
7171 exclude group : ' com.sun.mail' , module : ' jakarta.mail'
7272 exclude group : ' com.sun.activation' , module : ' jakarta.activation'
7373 }
74-
7574 api ' org.apache.commons:commons-collections4:4.5.0' // Apache 2.0
7675 api ' org.apache.commons:commons-fileupload2-jakarta-servlet6:2.0.0-M4' // Apache 2.0
7776 api ' commons-codec:commons-codec:1.20.0' // Apache 2.0
@@ -98,7 +97,6 @@ dependencies {
9897 api ' jakarta.transaction:jakarta.transaction-api:2.0.1'
9998 api ' javax.cache:cache-api:1.1.1'
10099 api ' javax.jcr:jcr:2.0'
101- // jaxb-api no longer included in Java 9 and later, also tested with openjdk-8
102100 api(' jakarta.xml.bind:jakarta.xml.bind-api:4.0.4' ) { transitive = false } // EPL 2.0
103101 api ' jakarta.activation:jakarta.activation-api:2.1.4' // activation api
104102 api ' org.eclipse.angus:angus-activation:2.0.3' // activation implementation
You can’t perform that action at this time.
0 commit comments