<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>ch.admin.bit.jeap</groupId>
        <artifactId>jeap-spring-boot-jwe-starter-parent</artifactId>
        <version>0.2.0</version>
    </parent>

    <artifactId>jeap-spring-boot-jwe-test</artifactId>
    <name>${project.groupId}:${project.artifactId}</name>
    <description>Shared test infrastructure for the jEAP JWE starter: reusable RSA test keys and Vault test setup,
        depended on with test scope by the other modules. Not intended for production use.
    </description>
    <packaging>jar</packaging>

</project>
