You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/09/23 11:08:05 UTC

[syncope] 01/02: Removing Mockito and JUnit pom declarations, using Spring Boot's

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

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

commit 6b082603c2901589f97dbb194cedbf061a5f01b4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Sep 21 07:58:16 2021 +0200

    Removing Mockito and JUnit pom declarations, using Spring Boot's
---
 pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/pom.xml b/pom.xml
index 30c71bc..e0ef5e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -455,9 +455,6 @@ under the License.
 
     <h2.version>1.4.200</h2.version>
 
-    <junit.version>5.7.2</junit.version>
-    <mockito.version>3.12.4</mockito.version>
-
     <swagger-core.version>2.1.10</swagger-core.version>
     <swagger-ui.version>3.51.2</swagger-ui.version>
 
@@ -1909,31 +1906,6 @@ under the License.
         <version>${slf4j.version}</version>
         <scope>test</scope>
       </dependency>
-
-      <dependency>
-        <groupId>org.mockito</groupId>
-        <artifactId>mockito-core</artifactId>
-        <version>${mockito.version}</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.mockito</groupId>
-        <artifactId>mockito-junit-jupiter</artifactId>
-        <version>${mockito.version}</version>
-        <scope>test</scope>
-        <exclusions>
-          <exclusion>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-api</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
-        <groupId>org.junit.jupiter</groupId>
-        <artifactId>junit-jupiter</artifactId>
-        <version>${junit.version}</version>
-        <scope>test</scope>
-      </dependency>
     </dependencies>
 
   </dependencyManagement>