You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/12/29 20:10:13 UTC

[iceberg] branch master updated: Build: Remove extra dependencies on assertj (#3802)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 6118130  Build: Remove extra dependencies on assertj (#3802)
6118130 is described below

commit 6118130283b262073b2dbf65e0926093db4a08d2
Author: Kyle Bendickson <kj...@gmail.com>
AuthorDate: Wed Dec 29 12:09:56 2021 -0800

    Build: Remove extra dependencies on assertj (#3802)
---
 build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index e290c88..6905fd8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -365,7 +365,6 @@ project(':iceberg-gcp') {
     implementation 'com.google.cloud:google-cloud-storage'
 
     testImplementation 'com.google.cloud:google-cloud-nio'
-    testImplementation 'org.assertj:assertj-core'
 
     testImplementation project(path: ':iceberg-api', configuration: 'testArtifacts')
 
@@ -579,7 +578,6 @@ project(':iceberg-nessie') {
     testImplementation "org.projectnessie:nessie-jaxrs-testextension"
     // Need to "pull in" el-api explicitly :(
     testImplementation "jakarta.el:jakarta.el-api"
-    testImplementation 'org.assertj:assertj-core'
 
     compileOnly "org.apache.hadoop:hadoop-common"
     testImplementation "org.apache.avro:avro"