<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>io.quarkiverse.cxf</groupId>
        <artifactId>quarkus-cxf-rt-ws-security-parent</artifactId>
        <version>3.16.1</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <artifactId>quarkus-cxf-bc-stub</artifactId>
    <name>Quarkus CXF - BC stubs</name>

    <description>A bunch of dummy classes mimicking Bouncy Castle API to make the native compiler happy.
        In case Bouncy Castle functionality is needed, this artifact should be excluded from
        io.quarkiverse.cxf:quarkus-cxf-rt-ws-security and org.bouncycastle:bcprov-jdk18on should be added instead.
    </description>
</project>
