From adff74f9c4ee0aab69c9b3c91229f8bc6b61acfb Mon Sep 17 00:00:00 2001 From: Ruwan Yatawara Date: Mon, 12 Mar 2018 19:30:02 +0530 Subject: [PATCH] Adding cxf-filter --- modules/cxf-filters/pom.xml | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 modules/cxf-filters/pom.xml diff --git a/modules/cxf-filters/pom.xml b/modules/cxf-filters/pom.xml new file mode 100644 index 00000000..b2370b84 --- /dev/null +++ b/modules/cxf-filters/pom.xml @@ -0,0 +1,62 @@ + + + + + + org.wso2.is + identity-server-parent + 5.5.0-SNAPSHOT + ../../pom.xml + + + 4.0.0 + wso2is-cxf-filters + pom + Identity Server : cxf filters + + + + maven-dependency-plugin + + + + download_oauth_client_authenticaion_proxy_jar + compile + + copy + + + + + org.wso2.carbon.identity.inbound.auth.oauth2 + org.wso2.carbon.identity.oauth.client.authn.filter + ${identity.inbound.auth.oauth.version} + jar + true + ${basedir}/target/cxfFilters/jar + + **/*.jar + + + + + + + + + +