authentication-portal
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wso2.identity.apps</groupId> <artifactId>authentication-portal</artifactId> <version>2.23.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2023, WSO2 LLC. (http://www.wso2.com). ~ ~ Licensed 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.identity.apps</groupId> <artifactId>identity-apps-core</artifactId> <version>2.23.2</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>authentication-portal</artifactId> <packaging>war</packaging> <name>WSO2 Identity Server Apps - Authentication Portal</name> <description>Identity Application Authentication Endpoint</description> <url>http://wso2.org</url> <dependencies> <dependency> <groupId>commons-io.wso2</groupId> <artifactId>commons-io</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.template.mgt</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>commons-lang.wso2</groupId> <artifactId>commons-lang</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.orbit.commons-codec</groupId> <artifactId>commons-codec</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.ws.commons.axiom</groupId> <artifactId>axiom-api</artifactId> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.application.authentication.endpoint.util</artifactId> <exclusions> <exclusion> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.osgi</groupId> <artifactId>org.eclipse.osgi</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.osgi</groupId> <artifactId>org.eclipse.osgi.services</artifactId> </exclusion> </exclusions> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.mgt.endpoint.util</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.core</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> </exclusion> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </exclusion> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> <exclusion> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.base</artifactId> </exclusion> <exclusion> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.base</artifactId> </exclusion> <exclusion> <groupId>org.apache.axis2.wso2</groupId> <artifactId>axis2</artifactId> </exclusion> <exclusion> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.user.api</artifactId> </exclusion> <exclusion> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.utils</artifactId> </exclusion> <exclusion> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.user.core</artifactId> </exclusion> <exclusion> <groupId>org.apache.abdera.wso2</groupId> <artifactId>abdera</artifactId> </exclusion> <exclusion> <groupId>org.wso2.orbit.commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> </exclusion> <exclusion> <groupId>commons-pool.wso2</groupId> <artifactId>commons-pool</artifactId> </exclusion> <exclusion> <groupId>org.compass-project.wso2</groupId> <artifactId>compass</artifactId> </exclusion> <exclusion> <groupId>org.wso2.carbon</groupId> <artifactId>javax.cache.wso2</artifactId> </exclusion> <exclusion> <groupId>org.wso2.orbit.org.apache.tomcat</groupId> <artifactId>jdbc-pool</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.osgi</groupId> <artifactId>org.eclipse.osgi</artifactId> </exclusion> <exclusion> <groupId>org.eclipse.osgi</groupId> <artifactId>org.eclipse.osgi.services</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.securevault</groupId> <artifactId>org.wso2.securevault</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wso2.orbit.org.owasp.encoder</groupId> <artifactId>encoder</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.owasp.encoder</groupId> <artifactId>encoder-jsp</artifactId> <exclusions> <exclusion> <groupId>org.owasp.encoder</groupId> <artifactId>encoder</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.orbit.org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents.wso2</groupId> <artifactId>httpcore</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.json.wso2</groupId> <artifactId>json</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.taglibs</groupId> <artifactId>taglibs-standard-impl</artifactId> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</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.extension.identity.authenticator.outbound.totp</groupId> <artifactId>org.wso2.carbon.extension.identity.authenticator.totp.connector</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>opensaml</groupId> <artifactId>opensaml</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wso2.carbon.extension.identity.authenticator.outbound.backupcode</groupId> <artifactId>org.wso2.carbon.extension.identity.authenticator.backupcode.connector</artifactId> <scope>provided</scope> <exclusions> <exclusion> <groupId>opensaml</groupId> <artifactId>opensaml</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.wso2.carbon.identity.governance</groupId> <artifactId>org.wso2.carbon.identity.captcha</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.identity.apps</groupId> <artifactId>org.wso2.identity.apps.taglibs.layout.controller</artifactId> <version>1.4.34</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> <version>2.3.2</version> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <version>3.3.1</version> <configuration> <webResources> <resource> <!-- this is relative to the pom.xml directory --> <directory>src/main/resources/</directory> <excludes> <exclude>EndpointConfig.properties</exclude> </excludes> </resource> </webResources> <warName>authenticationendpoint</warName> <packagingExcludes>WEB-INF/lib/commons-logging*.jar</packagingExcludes> <packagingExcludes>org/wso2/carbon/identity/application/authentication/endpoint/i18n/* </packagingExcludes> </configuration> </plugin> </plugins> </build> </project>