Repository: syncope
Updated Branches:
  refs/heads/master b20cdc502 -> 33af79ad9


Updated Azure ConnId bundle version


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/33af79ad
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/33af79ad
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/33af79ad

Branch: refs/heads/master
Commit: 33af79ad92aa1522ebe49288e70168f9d32567a9
Parents: b20cdc5
Author: skylark17 <matteo.alessandr...@tirasa.net>
Authored: Fri Mar 23 10:12:46 2018 +0100
Committer: skylark17 <matteo.alessandr...@tirasa.net>
Committed: Fri Mar 23 10:22:06 2018 +0100

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/33af79ad/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2916b88..0f399da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -364,6 +364,7 @@ under the License.
     <connid.ldap.version>1.5.2</connid.ldap.version>
     <connid.ad.version>1.3.4</connid.ad.version>
     <connid.googleapps.version>1.4.1</connid.googleapps.version>
+    <connid.azure.version>1.0.0</connid.azure.version>
 
     <cxf.version>3.2.4-SNAPSHOT</cxf.version>
 
@@ -1742,6 +1743,11 @@ under the License.
                 <artifactId>net.tirasa.connid.bundles.googleapps</artifactId>
                 <version>${connid.googleapps.version}</version>
               </artifactItem>
+              <artifactItem>
+                <groupId>net.tirasa.connid.bundles</groupId>
+                <artifactId>net.tirasa.connid.bundles.azure</artifactId>
+                <version>${connid.azure.version}</version>
+              </artifactItem>
             </artifactItems>
           </configuration>
         </plugin>

Reply via email to