Skip to content

Commit

Permalink
adding reflections as a dependency (#1561)
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
  • Loading branch information
dhrubo-os committed Apr 19, 2023
1 parent 8854502 commit 6cfe354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ppl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ configurations {
dependencies {
antlr "org.antlr:antlr4:4.7.1"

runtimeOnly group: 'org.reflections', name: 'reflections', version: '0.9.12'

implementation "org.antlr:antlr4-runtime:4.7.1"
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
api group: 'org.json', name: 'json', version: '20180813'
Expand Down

0 comments on commit 6cfe354

Please sign in to comment.