You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ib...@apache.org on 2021/10/15 12:00:24 UTC

[ignite-3] branch main updated: IGNITE-15749 Replace hamcrest-library with hamcrest (#397)

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

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 3501653  IGNITE-15749 Replace hamcrest-library with hamcrest (#397)
3501653 is described below

commit 35016535609b3299e741daa6940e091bdeeadccb
Author: Alexander Polovtcev <al...@gmail.com>
AuthorDate: Fri Oct 15 15:00:20 2021 +0300

    IGNITE-15749 Replace hamcrest-library with hamcrest (#397)
---
 modules/calcite/pom.xml                            | 2 +-
 modules/configuration-annotation-processor/pom.xml | 2 +-
 modules/configuration/pom.xml                      | 2 +-
 modules/core/pom.xml                               | 2 +-
 modules/network-api/pom.xml                        | 2 +-
 modules/network/pom.xml                            | 2 +-
 modules/raft/pom.xml                               | 2 +-
 modules/runner/pom.xml                             | 2 +-
 modules/storage-api/pom.xml                        | 2 +-
 modules/storage-rocksdb/pom.xml                    | 2 +-
 modules/vault/pom.xml                              | 2 +-
 parent/pom.xml                                     | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index c1005e7..af9b7a7 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -138,7 +138,7 @@
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/configuration-annotation-processor/pom.xml b/modules/configuration-annotation-processor/pom.xml
index d816993..c32cc28 100644
--- a/modules/configuration-annotation-processor/pom.xml
+++ b/modules/configuration-annotation-processor/pom.xml
@@ -53,7 +53,7 @@
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index bb7a34c..c8a84b8 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -64,7 +64,7 @@
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 71c0145..f207b01 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -42,7 +42,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/network-api/pom.xml b/modules/network-api/pom.xml
index 74274b7..5fe1479 100644
--- a/modules/network-api/pom.xml
+++ b/modules/network-api/pom.xml
@@ -51,7 +51,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/network/pom.xml b/modules/network/pom.xml
index 6f875f7..53cbe08 100644
--- a/modules/network/pom.xml
+++ b/modules/network/pom.xml
@@ -76,7 +76,7 @@
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/raft/pom.xml b/modules/raft/pom.xml
index 1cc6cb8..97fa5b9 100644
--- a/modules/raft/pom.xml
+++ b/modules/raft/pom.xml
@@ -97,7 +97,7 @@
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/runner/pom.xml b/modules/runner/pom.xml
index 6fdf8e7..881a2a5 100644
--- a/modules/runner/pom.xml
+++ b/modules/runner/pom.xml
@@ -103,7 +103,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/storage-api/pom.xml b/modules/storage-api/pom.xml
index 5774857..7440f54 100644
--- a/modules/storage-api/pom.xml
+++ b/modules/storage-api/pom.xml
@@ -48,7 +48,7 @@
 
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/storage-rocksdb/pom.xml b/modules/storage-rocksdb/pom.xml
index a37e429..91d9801 100644
--- a/modules/storage-rocksdb/pom.xml
+++ b/modules/storage-rocksdb/pom.xml
@@ -46,7 +46,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/modules/vault/pom.xml b/modules/vault/pom.xml
index 8e4a4c7..e234844 100644
--- a/modules/vault/pom.xml
+++ b/modules/vault/pom.xml
@@ -51,7 +51,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
+            <artifactId>hamcrest</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index c77ce62..8a1773b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -530,7 +530,7 @@
 
             <dependency>
                 <groupId>org.hamcrest</groupId>
-                <artifactId>hamcrest-library</artifactId>
+                <artifactId>hamcrest</artifactId>
                 <version>${hamcrest.version}</version>
             </dependency>