Skip to content

Commit 6cfe354

Browse files
authored
adding reflections as a dependency (#1561)
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
1 parent 8854502 commit 6cfe354

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ppl/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ configurations {
4444
dependencies {
4545
antlr "org.antlr:antlr4:4.7.1"
4646

47+
runtimeOnly group: 'org.reflections', name: 'reflections', version: '0.9.12'
48+
4749
implementation "org.antlr:antlr4-runtime:4.7.1"
4850
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
4951
api group: 'org.json', name: 'json', version: '20180813'

0 commit comments

Comments
 (0)