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

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

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 4ad332b8dd3e545698240ce7ac8ec397053204e3
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Apr 28 13:47:35 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 7e4f89779f..8950840793 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,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.5.2</cxf.version>
     <bouncycastle.version>1.70</bouncycastle.version>
@@ -2117,6 +2118,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>