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 2022/05/01 10:20:20 UTC

[syncope] branch master updated: Upgrading DBTable, Scripted SQL and REST ConnId bundles

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 e49077e7f8 Upgrading DBTable, Scripted SQL and REST ConnId bundles
e49077e7f8 is described below

commit e49077e7f8069a797523af507d7d25599515d2d1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sun May 1 12:02:03 2022 +0200

    Upgrading DBTable, Scripted SQL and REST ConnId bundles
---
 fit/core-reference/src/test/resources/rest/SyncScript.groovy | 2 +-
 pom.xml                                                      | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/fit/core-reference/src/test/resources/rest/SyncScript.groovy b/fit/core-reference/src/test/resources/rest/SyncScript.groovy
index 69116143cd..67a8107f9e 100644
--- a/fit/core-reference/src/test/resources/rest/SyncScript.groovy
+++ b/fit/core-reference/src/test/resources/rest/SyncScript.groovy
@@ -109,7 +109,7 @@ if (action.equalsIgnoreCase("GET_LATEST_SYNC_TOKEN")) {
             operation:"DELETE",
             uid:node.get(i).get("user").get("key").textValue(),
             token:node.get(i).get("lastChangeDate").longValue(),
-            attributes:[]
+            attributes:[:]
           ]);        
       } else {
         result.add([
diff --git a/pom.xml b/pom.xml
index 27cb004229..eee038f92b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,8 +393,8 @@ under the License.
 
     <connid.version>1.5.1.0</connid.version>
     <connid.soap.version>1.4.5</connid.soap.version>
-    <connid.rest.version>1.0.5</connid.rest.version>
-    <connid.database.version>2.2.7</connid.database.version>
+    <connid.rest.version>1.0.6</connid.rest.version>
+    <connid.database.version>2.2.8</connid.database.version>
     <connid.csvdir.version>0.8.8</connid.csvdir.version>
     <connid.ldap.version>1.5.4</connid.ldap.version>
     <connid.ad.version>1.3.6</connid.ad.version>
@@ -2065,6 +2065,7 @@ under the License.
                 <groupId>net.tirasa.connid.bundles</groupId>
                 <artifactId>net.tirasa.connid.bundles.rest</artifactId>
                 <version>${connid.rest.version}</version>
+                <classifier>bundle</classifier>
               </artifactItem>
               <artifactItem>
                 <groupId>net.tirasa.connid.bundles</groupId>
@@ -2075,11 +2076,13 @@ under the License.
                 <groupId>net.tirasa.connid.bundles.db</groupId>
                 <artifactId>net.tirasa.connid.bundles.db.table</artifactId>
                 <version>${connid.database.version}</version>
+                <classifier>bundle</classifier>
               </artifactItem>
               <artifactItem>
                 <groupId>net.tirasa.connid.bundles.db</groupId>
                 <artifactId>net.tirasa.connid.bundles.db.scriptedsql</artifactId>
                 <version>${connid.database.version}</version>
+                <classifier>bundle</classifier>
               </artifactItem>
               <artifactItem>
                 <groupId>net.tirasa.connid.bundles</groupId>