Skip to content

Commit

Permalink
Merge pull request #274 from ThisaruGuruge/update-9
Browse files Browse the repository at this point in the history
Add missing JAR dependencies
  • Loading branch information
ThisaruGuruge authored Apr 10, 2024
2 parents 2d33618 + 9ae3f77 commit 898ef65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphql-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ dependencies {
implementation "commons-logging:commons-logging:${commonsLoggingVersion}"
implementation "org.yaml:snakeyaml:${snakeYamlVersion}"
implementation "com.graphql-java:graphql-java:${graphqlJavaVersion}"
implementation "org.json:json:${orgJsonVersion}"
dist "com.graphql-java:graphql-java:${graphqlJavaVersion}"
dist "io.ballerina.stdlib:graphql-commons:${stdlibGraphqlVersion}"
dist "org.json:json:${orgJsonVersion}"

balTools ("org.ballerinalang:jballerina-tools:${ballerinaLangVersion}") {
transitive = false
Expand Down
1 change: 1 addition & 0 deletions graphql-cli/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
requires org.yaml.snakeyaml;
requires io.ballerina.cli;
requires info.picocli;
requires org.json;
requires java.net.http;
requires io.ballerina.parser;
requires com.graphqljava;
Expand Down

0 comments on commit 898ef65

Please sign in to comment.