<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>com.jadaptive</groupId>
        <artifactId>jadaptive-2fa-parent</artifactId>
        <relativePath>..</relativePath>
        <version>0.6.0-SNAPSHOT</version>
    </parent>

    <artifactId>jadaptive-recaptcha-enterprise</artifactId>
    <name>Google reCAPTCHA Enterprise Authentication</name>

    <properties>
        <plugin.id>jadaptive-recaptcha-enterprise</plugin.id>
        <plugin.class>com.jadaptive.plugins.recaptcha.RecaptchaEnterprisePlugin</plugin.class>
        <plugin.version>${project.version}</plugin.version>
        <plugin.provider>JADAPTIVE Limited</plugin.provider>
        <plugin.projectUrl>https://github.com/ludup/jadpative-2fa</plugin.projectUrl>
        <plugin.dependencies></plugin.dependencies>
    </properties>

    <dependencies>
        <dependency>
            <groupId>com.jadaptive</groupId>
            <artifactId>jadaptive-api</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>com.sshtools</groupId>
                <artifactId>pf4j-plugin-generator</artifactId>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>build-helper-maven-plugin</artifactId>
                <configuration>
                    <skipAttach>false</skipAttach>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
