Files
quarkus/test-framework/pom.xml
sberyozkin fa1c13a6bb Merge pull request #6111 from hartimcwildfly/elytron-ldap-auth
Add LDAP authentication with Elytron LDAP realm
2020-01-14 10:39:55 +00:00

32 lines
1.1 KiB
XML

<?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">
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>999-SNAPSHOT</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quarkus-test-framework</artifactId>
<name>Quarkus - Test Framework</name>
<packaging>pom</packaging>
<modules>
<module>artemis</module>
<module>common</module>
<module>h2</module>
<module>derby</module>
<module>kubernetes-client</module>
<module>junit5-internal</module>
<module>junit5</module>
<module>amazon-lambda</module>
<module>arquillian</module>
<module>maven</module>
<module>vault</module>
<module>ldap</module>
</modules>
</project>