Drop javax.xml.bind:jaxb-api

This commit is contained in:
DaCool
2022-08-29 16:36:12 +00:00
committed by harlekin
parent 24e37c5d5b
commit 09f389b04b
2 changed files with 12 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ dependencies {
implementation 'net.java.dev.jna:jna-platform:5.12.1'
implementation 'com.github.oshi:oshi-core:6.2.2'
implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.formdev:flatlaf:2.2' // 2.3+ causes illegal reflective access warning on win + adoptium java 11.0.16
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.10.0'