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 198b6d80de Add missing dependencies to pinot-perf for JMH benchmarks 
(#13895)
198b6d80de is described below

commit 198b6d80de57eb8df1a4eb81b91323c4bed20f6c
Author: Yash Mayya <[email protected]>
AuthorDate: Wed Aug 28 22:05:39 2024 +0530

    Add missing dependencies to pinot-perf for JMH benchmarks (#13895)
---
 pinot-perf/pom.xml | 6 +++++-
 pom.xml            | 1 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pinot-perf/pom.xml b/pinot-perf/pom.xml
index 5610173f2a..89b6ee7f1b 100644
--- a/pinot-perf/pom.xml
+++ b/pinot-perf/pom.xml
@@ -87,10 +87,14 @@
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-generator-annprocess</artifactId>
-      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>net.sf.jopt-simple</groupId>
diff --git a/pom.xml b/pom.xml
index 2cb4257381..fe8dedfafc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -847,7 +847,6 @@
         <groupId>org.openjdk.jmh</groupId>
         <artifactId>jmh-generator-annprocess</artifactId>
         <version>${jmh.version}</version>
-        <scope>provided</scope>
       </dependency>
 
       <!-- log4j2 related dependencies -->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to