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 6
6
7
7
dependencies {
8
8
// GraphQL
9
- compile " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
9
+ apiElements " com.graphql-java:graphql-java:$LIB_GRAPHQL_JAVA_VER "
10
10
implementation " org.slf4j:slf4j-api:$LIB_SLF4J_VER "
11
11
12
12
// 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 "
17
17
}
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies {
17
17
api(project(' :graphql-java-kickstart' ))
18
18
19
19
// 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'
22
22
implementation " org.slf4j:slf4j-api:$LIB_SLF4J_VER "
23
23
24
24
// OSGi
You can’t perform that action at this time.
0 commit comments