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/04/29 06:20:39 UTC

[syncope] 01/02: Adding the ConnId CMD connector bundle

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

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

commit c2c3c47190469fc094b8e462577fe8c9d10361cb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 28 13:49:15 2022 +0200

    Adding the ConnId CMD connector bundle
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0cbec97d24..c69486d4b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,6 +405,7 @@ under the License.
     <connid.scimv11.version>1.0.1</connid.scimv11.version>
     <connid.servicenow.version>1.0.0</connid.servicenow.version>
     <connid.okta.version>2.1.0</connid.okta.version>
+    <connid.cmd.version>0.5</connid.cmd.version>
 
     <cxf.version>3.3.13</cxf.version>
 
@@ -2005,6 +2006,12 @@ under the License.
                 <version>${connid.okta.version}</version>
                 <classifier>bundle</classifier>
               </artifactItem>
+              <artifactItem>
+                <groupId>net.tirasa.connid.bundles</groupId>
+                <artifactId>net.tirasa.connid.bundles.cmd</artifactId>
+                <version>${connid.cmd.version}</version>
+                <classifier>bundle</classifier>
+              </artifactItem>
             </artifactItems>
           </configuration>
         </plugin>