You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jb...@apache.org on 2015/12/11 10:18:03 UTC

cxf-fediz git commit: Include OIDC Service in normal build

Repository: cxf-fediz
Updated Branches:
  refs/heads/master d9e97341d -> 8f55d7417


Include OIDC Service in normal build


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/8f55d741
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/8f55d741
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/8f55d741

Branch: refs/heads/master
Commit: 8f55d7417eb16de988db855be80443d43e447d78
Parents: d9e9734
Author: Jan Bernhardt <jb...@talend.com>
Authored: Fri Dec 11 10:17:29 2015 +0100
Committer: Jan Bernhardt <jb...@talend.com>
Committed: Fri Dec 11 10:17:29 2015 +0100

----------------------------------------------------------------------
 services/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/8f55d741/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index 4240f03..5911385 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -33,5 +33,6 @@
    <modules>
       <module>sts</module>
       <module>idp</module>
+	  <module>oidc</module>
    </modules>
 </project>