You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2023/03/26 07:13:10 UTC

[shardingsphere] branch master updated: Remove useless dependencies of example (#24833)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5f7a6b88555 Remove useless dependencies of example (#24833)
5f7a6b88555 is described below

commit 5f7a6b8855584fcfd47db2010e22587eb6622f4f
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Mar 26 15:13:03 2023 +0800

    Remove useless dependencies of example (#24833)
---
 examples/pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 67c72a15248..8f167d5d2ae 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -62,10 +62,6 @@
         
         <seata.version>1.4.2</seata.version>
         
-        <junit4.version>4.13.2</junit4.version>
-        <hamcrest.version>1.3</hamcrest.version>
-        <mockito.version>2.7.21</mockito.version>
-        
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
         <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
         <maven-resources-plugin.version>2.7</maven-resources-plugin.version>
@@ -357,31 +353,6 @@
             <artifactId>logback-classic</artifactId>
             <version>${logback.version}</version>
         </dependency>
-        
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
-            <version>${hamcrest.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <version>${mockito.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.hamcrest</groupId>
-                    <artifactId>hamcrest-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-inline</artifactId>
-            <version>${mockito.version}</version>
-            <scope>provided</scope>
-        </dependency>
     </dependencies>
     
     <profiles>