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 3a5347edfe Restoring groupId com.giffing.wicket.spring.boot.starter 
for wicket-spring-boot-starter now that 4.0.0-SNAPSHOT artifacts are available
3a5347edfe is described below

commit 3a5347edfed40a22814c189199364ea4444485fb
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Fri Jan 13 06:28:56 2023 +0100

    Restoring groupId com.giffing.wicket.spring.boot.starter for 
wicket-spring-boot-starter now that 4.0.0-SNAPSHOT artifacts are available
---
 client/idrepo/console/pom.xml | 2 +-
 client/idrepo/enduser/pom.xml | 2 +-
 pom.xml                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/idrepo/console/pom.xml b/client/idrepo/console/pom.xml
index f632de6dee..dffc0596cb 100644
--- a/client/idrepo/console/pom.xml
+++ b/client/idrepo/console/pom.xml
@@ -45,7 +45,7 @@ under the License.
     </dependency>
 
     <dependency>
-      
<groupId>net.tirasa.syncope.com.giffing.wicket.spring.boot.starter</groupId>
+      <groupId>com.giffing.wicket.spring.boot.starter</groupId>
       <artifactId>wicket-spring-boot-starter</artifactId>
     </dependency>
     <dependency>
diff --git a/client/idrepo/enduser/pom.xml b/client/idrepo/enduser/pom.xml
index 23c1cce1f4..d8999e3948 100644
--- a/client/idrepo/enduser/pom.xml
+++ b/client/idrepo/enduser/pom.xml
@@ -45,7 +45,7 @@ under the License.
     </dependency>
 
     <dependency>
-      
<groupId>net.tirasa.syncope.com.giffing.wicket.spring.boot.starter</groupId>
+      <groupId>com.giffing.wicket.spring.boot.starter</groupId>
       <artifactId>wicket-spring-boot-starter</artifactId>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 9d56098404..dadbb2f0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -842,7 +842,7 @@ under the License.
       </dependency>
 
       <dependency>
-        
<groupId>net.tirasa.syncope.com.giffing.wicket.spring.boot.starter</groupId>
+        <groupId>com.giffing.wicket.spring.boot.starter</groupId>
         <artifactId>wicket-spring-boot-starter</artifactId>
         <version>${wicket-spring-boot.version}</version>
         <exclusions>

Reply via email to