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:04 UTC

[syncope] branch master updated (cc1dd72 -> 123417b)

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

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


    from cc1dd72  turn off bean proxying for wa; fixes typo (#290)
     new 6b08260  Removing Mockito and JUnit pom declarations, using Spring Boot's
     new 123417b  Upgrading Spring Boot

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 30 +-----------------------------
 1 file changed, 1 insertion(+), 29 deletions(-)

[syncope] 02/02: Upgrading Spring Boot

Posted by il...@apache.org.
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 123417bcf4905d62dd6ee07155b851058b5267b2
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Sep 23 13:00:29 2021 +0200

    Upgrading Spring Boot
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0ef5e2..ba375f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <jackson.version>2.12.5</jackson.version>
 
-    <spring-boot.version>2.5.4</spring-boot.version>
+    <spring-boot.version>2.5.5</spring-boot.version>
     <spring-cloud-gateway.version>3.0.3</spring-cloud-gateway.version>
 
     <openjpa.version>3.2.0</openjpa.version>

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

Posted by il...@apache.org.
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>