org.wso2.carbon.identity.conditional.auth.typingdna.functions
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.wso2.carbon.identity.conditional.auth.typingdna</groupId> <artifactId>org.wso2.carbon.identity.conditional.auth.typingdna.functions</artifactId> <version>2.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2021, 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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.wso2.carbon.identity.conditional.auth.typingdna</groupId> <artifactId>identity-conditional-auth-typingdna</artifactId> <version>2.0.2</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>org.wso2.carbon.identity.conditional.auth.typingdna.functions</artifactId> <name>Conditional Authentication - TypingDNA Functions</name> <packaging>bundle</packaging> <dependencies> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.core</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.user.core</artifactId> </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.testutil</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.wso2.carbon.identity.framework</groupId> <artifactId>org.wso2.carbon.identity.application.common</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</groupId> <artifactId>org.wso2.carbon.utils</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> </dependency> <dependency> <groupId>com.googlecode.json-simple.wso2</groupId> <artifactId>json-simple</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${com.google.code.gson.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon.identity.governance</groupId> <artifactId>org.wso2.carbon.identity.governance</artifactId> </dependency> <dependency> <groupId>org.wso2.carbon.identity.conditional.auth.functions</groupId> <artifactId>org.wso2.carbon.identity.conditional.auth.functions.common</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.graalvm.sdk</groupId> <artifactId>graal-sdk</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.1</version> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-scr-plugin</artifactId> <version>1.24.0</version> <executions> <execution> <id>generate-scr-scrdescriptor</id> <goals> <goal>scr</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.4.0</version> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> <Bundle-Name>${project.artifactId}</Bundle-Name> <Private-Package> org.wso2.carbon.identity.conditional.auth.typingdna.internal </Private-Package> <Export-Package> !org.wso2.carbon.identity.conditional.auth.typingdna.internal, org.wso2.carbon.identity.conditional.auth.typingdna.* </Export-Package> <Import-Package> org.wso2.carbon.identity.application.common.*;version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.user.api.*;version="${carbon.user.api.imp.pkg.version.range}", org.wso2.carbon.identity.conditional.auth.functions.user.*, org.wso2.carbon.identity.conditional.auth.functions.common.*, org.apache.commons.lang;version="${apache.commons.lang.imp.pkg.version}", org.apache.commons.logging;version="${apache.commons.logging.imp.pkg.version}", org.osgi.service.component;version="${osgi.service.component.imp.pkg.version.range}", org.osgi.service.component.annotations;version="${osgi.service.component.imp.pkg.version.range}", org.osgi.framework;version="${osgi.framework.imp.pkg.version.range}", org.wso2.carbon, org.wso2.carbon.core.util, org.wso2.carbon.identity.core.util; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.util; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.exception; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.model; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.config.model.graph.js; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.config.model.graph; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.config.model; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.authentication.framework.context; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.application.common.model; version="${carbon.identity.framework.imp.pkg.version.range}", org.wso2.carbon.identity.governance, org.wso2.carbon.identity.governance.common, org.wso2.carbon.identity.event; version="${carbon.identity.framework.imp.pkg.version.range}", org.apache.commons.collections;version="${apache.commons.collections.imp.pkg.version}", org.wso2.carbon.registry.core.service, org.wso2.carbon.user.core;version="${carbon.kernel.package.import.version.range}", org.wso2.carbon.user.core.claim;version="${carbon.kernel.package.import.version.range}", org.wso2.carbon.user.core.service;version="${carbon.kernel.package.import.version.range}", org.json.simple, org.json.simple.parser, javax.servlet.http;version="${imp.pkg.version.javax.servlet}" </Import-Package> <DynamicImport-Package> javax.net.ssl, org.apache.commons.codec.digest, org.graalvm.polyglot </DynamicImport-Package> </instructions> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>${maven.surefire.plugin.version}</version> <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile> </suiteXmlFiles> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>report</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>