You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/25 20:39:36 UTC

[cxf-fediz] branch master updated: fediz-idp: exclude validation-api v1

This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ea8677  fediz-idp: exclude validation-api v1
9ea8677 is described below

commit 9ea8677120251728f136d68fea20d5c9667c9967
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Tue Feb 25 23:38:53 2020 +0300

    fediz-idp: exclude validation-api v1
---
 services/idp/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 839687b..1828825 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -39,6 +39,12 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
             <version>${cxf.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.validation</groupId>
+                    <artifactId>validation-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.jaxrs</groupId>