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 2019/05/12 09:51:16 UTC

[syncope] branch master updated: Upgrading aspectjweaver and jacoco-maven-plugin

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


The following commit(s) were added to refs/heads/master by this push:
     new 730f144  Upgrading aspectjweaver and jacoco-maven-plugin
730f144 is described below

commit 730f144d8f72d0be1e18e00fcbf743b6d50acf17
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun May 12 11:48:51 2019 +0200

    Upgrading aspectjweaver and jacoco-maven-plugin
---
 common/keymaster/client-zookeeper/pom.xml | 2 +-
 pom.xml                                   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/keymaster/client-zookeeper/pom.xml b/common/keymaster/client-zookeeper/pom.xml
index 5389818..b41006d 100644
--- a/common/keymaster/client-zookeeper/pom.xml
+++ b/common/keymaster/client-zookeeper/pom.xml
@@ -46,7 +46,7 @@ under the License.
 
     <dependency>
       <groupId>org.apache.curator</groupId>
-      <artifactId>curator-x-async</artifactId>
+      <artifactId>curator-framework</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>
diff --git a/pom.xml b/pom.xml
index c8c8ceb..fc9852c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1144,7 +1144,7 @@ under the License.
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.9.3</version>
+        <version>1.9.4</version>
       </dependency>
       
       <dependency>
@@ -1821,7 +1821,7 @@ under the License.
 
       <dependency>
         <groupId>org.apache.curator</groupId>
-        <artifactId>curator-x-async</artifactId>
+        <artifactId>curator-framework</artifactId>
         <version>${curator.version}</version>
         <exclusions>
           <exclusion>
@@ -2244,7 +2244,7 @@ under the License.
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.3</version>
+        <version>0.8.4</version>
         <configuration>
           <append>true</append>
           <skip>${skipTests}</skip>