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

amashenkov pushed a commit to branch ignite-14743-row-formats
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-14743-row-formats by 
this push:
     new a501142  Fix dependencies.
a501142 is described below

commit a501142f17c35b56428798351da0ebf8e5b2161a
Author: Andrew Mashenkov <[email protected]>
AuthorDate: Mon Jun 28 14:17:02 2021 +0300

    Fix dependencies.
---
 modules/table/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/modules/table/pom.xml b/modules/table/pom.xml
index 41c729f..977b206 100644
--- a/modules/table/pom.xml
+++ b/modules/table/pom.xml
@@ -114,5 +114,18 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+
+        <!-- Benchmarks dependencies -->
+        <dependency>
+            <groupId>org.openjdk.jmh</groupId>
+            <artifactId>jmh-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>javax.annotation</groupId>
+            <artifactId>javax.annotation-api</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

Reply via email to