org.wso2.carbon.identity.oauth.endpoint
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.endpoint</artifactId> <version>7.0.275</version> </dependency>
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>identity-inbound-auth-oauth</artifactId> <relativePath>../../pom.xml</relativePath> <version>7.0.275</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>org.wso2.carbon.identity.oauth.endpoint</artifactId> <packaging>war</packaging> <name>WSO2 Carbon - Identity OAuth 2.0 Endpoints</name> <description>Endpoints for OAuth 2.0</description> <url>http://wso2.org</url> <dependencies> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.wso2.orbit.commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ui</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.registry.core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.ops4j.pax.logging</groupId> <artifactId>pax-logging-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.common</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.ciba</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.par</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.discovery</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.webfinger</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.orbit.org.apache.oltu.oauth2</groupId> <artifactId>oltu</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.thetransactioncompany.wso2</groupId> <artifactId>cors-filter</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.utils</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.application.authentication.framework</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.application.authentication.endpoint.util</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.orbit.com.nimbusds</groupId> <artifactId>nimbus-jose-jwt</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oidc.session</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.wso2</groupId> <artifactId>httpcore</artifactId> </dependency> <dependency> <groupId>org.wso2.orbit.org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.client.authn.filter</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.client.attestation.filter</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.rar</artifactId> </dependency> <!--Test Dependencies--> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <classifier>runtime</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.sun.xml.parsers</groupId> <artifactId>jaxp-ri</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-testng</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.testutil</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon.identity.inbound.auth.oauth2</groupId> <artifactId>org.wso2.carbon.identity.oauth.extension</artifactId> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> <webResources> <resource> <!-- this is relative to the pom.xml directory --> <directory>src/main/webapp</directory> </resource> </webResources> <warName>oauth2</warName> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven.surefire.plugin.version}</version> <configuration> <argLine> ${argLine} --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/java.nio.file=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens java.xml/jdk.xml.internal=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.stream=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED </argLine> <suiteXmlFiles> <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile> </suiteXmlFiles> <systemPropertyVariables> <jacoco-agent.destfile>target/jacoco.exec</jacoco-agent.destfile> </systemPropertyVariables> <classpathDependencyExcludes> <classpathDependencyExclude>org.ops4j.pax.logging</classpathDependencyExclude> <classpathDependencyExclude>org.wso2.org.ops4j.pax.logging</classpathDependencyExclude> </classpathDependencyExcludes> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> <configuration> <excludes> <!--This component is depend on factory classes to create the bean classes. But the beans classes will be created via the xml configurations. Hence they excluding them in coverage reports--> <exclude>**/*Factory.class</exclude> <exclude>**/*Exception.class</exclude> </excludes> </configuration> <executions> <execution> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> <execution> <id>default-check</id> <goals> <goal>check</goal> </goals> <configuration> <rules> <rule implementation="org.jacoco.maven.RuleConfiguration"> <element>BUNDLE</element> <limits> <limit implementation="org.jacoco.report.check.Limit"> <counter>COMPLEXITY</counter> <value>COVEREDRATIO</value> <minimum>0.47</minimum> </limit> </limits> </rule> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> <configuration> <threshold>High</threshold> <maxHeap>2048</maxHeap> </configuration> </plugin> </plugins> </build> </project>