File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/java/graphql/annotations/processor/util Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ dependencies {
5656 compile ' javax.validation:validation-api:1.1.0.Final'
5757 compile ' com.graphql-java:graphql-java:17.4'
5858 compile ' com.graphql-java:graphql-java-extended-scalars:17.0'
59- implementation ' jakarta.xml.bind:jakarta.xml.bind-api:4.0.0 '
59+ implementation ' jakarta.xml.bind:jakarta.xml.bind-api:2.3.2 '
6060
6161 // OSGi
6262 compileOnly ' org.osgi:org.osgi.core:6.0.0'
Original file line number Diff line number Diff line change 1414 */
1515package graphql .annotations .processor .util ;
1616
17- import jakarta .xml .bind .DatatypeConverter ;
18-
17+ import javax .xml .bind .DatatypeConverter ;
1918import java .io .UnsupportedEncodingException ;
2019import java .nio .charset .Charset ;
2120
You can’t perform that action at this time.
0 commit comments