This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new f36665f7b5 add test scope for assertj-core (#16019) f36665f7b5 is described below commit f36665f7b55e09f2534f567b1e46f9811092d035 Author: priyen-stripe <96131127+priyen-str...@users.noreply.github.com> AuthorDate: Thu Jun 5 16:59:42 2025 -0400 add test scope for assertj-core (#16019) --- pinot-core/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pinot-core/pom.xml b/pinot-core/pom.xml index 1832b857a7..acf9984f34 100644 --- a/pinot-core/pom.xml +++ b/pinot-core/pom.xml @@ -168,6 +168,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> + <scope>test</scope> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org