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 + + + + + + + + + +