Repository: cxf-fediz
Updated Branches:
  refs/heads/master 8a5e41c72 -> c4d5c5b29


Fixing build following CXF updates


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

Branch: refs/heads/master
Commit: c4d5c5b298559f268d701f28a9324153d6ca62f1
Parents: 8a5e41c
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Fri Jul 8 14:09:41 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Fri Jul 8 14:09:41 2016 +0100

----------------------------------------------------------------------
 services/idp/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c4d5c5b2/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 36febf4..f808965 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -165,6 +165,11 @@
             <version>${cxf.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
+            <version>${cxf.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>
             <version>${commons.lang.version}</version>

Reply via email to