Skip to content

Commit

Permalink
remove maven-archiver dependency from java client (MarquezProject#2695)
Browse files Browse the repository at this point in the history
Signed-off-by: David Goss <david.goss@matillion.com>
  • Loading branch information
davidjgoss authored and yanlibert committed Dec 8, 2023
1 parent a2197b0 commit 1a3fa61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.maven:maven-archiver:3.6.1'

testImplementation "org.slf4j:slf4j-simple:${slf4jVersion}"
}
Expand Down

0 comments on commit 1a3fa61

Please sign in to comment.