File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77dependencies {
88 // GraphQL
9- compile " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
9+ apiElements " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
1010 implementation " org.slf4j:slf4j-api:$LIB_SLF4J_VER "
1111
1212 // JSON
13- compile " com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER "
14- compile " com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER "
15- compile " com.fasterxml.jackson.core:jackson-databind:$LIB_JACKSON_VER "
16- compile " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER "
13+ apiElements " com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER "
14+ apiElements " com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER "
15+ apiElements " com.fasterxml.jackson.core:jackson-databind:$LIB_JACKSON_VER "
16+ apiElements " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER "
1717}
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
1717 api(project(' :graphql-java-kickstart' ))
1818
1919 // Servlet
20- compile ' javax.servlet:javax.servlet-api:3.1.0'
21- compile ' javax.websocket:javax.websocket-api:1.1'
20+ api ' javax.servlet:javax.servlet-api:3.1.0'
21+ api ' javax.websocket:javax.websocket-api:1.1'
2222 implementation " org.slf4j:slf4j-api:$LIB_SLF4J_VER "
2323
2424 // OSGi
You can’t perform that action at this time.
0 commit comments