Repository: syncope
Updated Branches:
  refs/heads/2_0_X ded0106d7 -> 04beaa6e6
  refs/heads/master 8db75d21c -> 7033b8a98


[SYNCOPE-1270] Missing OIDCClient extension in Core deb


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

Branch: refs/heads/2_0_X
Commit: 6fd8c1aa59b6059212e06f3ccd60f95b9d555f61
Parents: ded0106
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Jun 12 12:23:36 2018 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Jun 12 12:23:36 2018 +0200

----------------------------------------------------------------------
 deb/core/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6fd8c1aa/deb/core/pom.xml
----------------------------------------------------------------------
diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 7bf8dd0..38d1b53 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -75,6 +75,7 @@ under the License.
       <artifactId>syncope-ext-camel-provisioning</artifactId>
       <version>${project.version}</version>
     </dependency>
+    
     <dependency>
       <groupId>org.apache.syncope.ext.saml2sp</groupId>
       <artifactId>syncope-ext-saml2sp-rest-cxf</artifactId>
@@ -85,6 +86,7 @@ under the License.
       <artifactId>syncope-ext-saml2sp-persistence-jpa</artifactId>
       <version>${project.version}</version>
     </dependency>
+    
     <dependency>
       <groupId>org.apache.syncope.ext.scimv2</groupId>
       <artifactId>syncope-ext-scimv2-rest-cxf</artifactId>
@@ -97,6 +99,17 @@ under the License.
     </dependency>
 
     <dependency>
+      <groupId>org.apache.syncope.ext.oidcclient</groupId>
+      <artifactId>syncope-ext-oidcclient-rest-cxf</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.syncope.ext.oidcclient</groupId>
+      <artifactId>syncope-ext-oidcclient-persistence-jpa</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.syncope.ext</groupId>
       <artifactId>syncope-ext-swagger-ui</artifactId>
       <version>${project.version}</version>

Reply via email to