Skip to content

Commit

Permalink
chore(deps): move from velocity 1.7 to 2.3 (datahub-project#4837)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien authored and justinas-marozas committed May 17, 2022
1 parent b7350d4 commit 30ab819
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion metadata-events/mxe-avro-1.7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ apply plugin: 'java'

dependencies {
compile externalDependency.avro_1_7
compile externalDependency.avroCompiler_1_7
compile(externalDependency.avroCompiler_1_7) {
exclude group: 'org.apache.velocity', module: 'velocity'
}
constraints {
implementation('commons-collections:commons-collections:3.2.2') {
because 'Vulnerability Issue'
Expand Down
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 30ab819

Please sign in to comment.