Skip to content

Commit

Permalink
add missing commons-collections dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed May 5, 2022
1 parent 2f3cf59 commit 67a9a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata-io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ dependencies {
compile spec.product.pegasus.generator

compile externalDependency.dgraph4j exclude group: 'com.google.guava', module: 'guava'
compile externalDependency.lombok
compileOnly externalDependency.lombok
implementation externalDependency.commonsCollections
compile externalDependency.datastaxOssNativeProtocol
compile externalDependency.datastaxOssCore
compile externalDependency.datastaxOssQueryBuilder
Expand Down

0 comments on commit 67a9a94

Please sign in to comment.