2016-03-14 11:08:36 +00:00
|
|
|
<?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>integration-arquillian</artifactId>
|
|
|
|
<groupId>org.keycloak.testsuite</groupId>
|
2016-06-30 21:17:53 +00:00
|
|
|
<version>2.1.0-SNAPSHOT</version>
|
2016-03-14 11:08:36 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>integration-arquillian-test-apps</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<name>Test apps</name>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>js-console</module>
|
|
|
|
<module>test-apps-dist</module>
|
2016-06-14 08:17:03 +00:00
|
|
|
<module>js-database</module>
|
2016-06-30 12:46:34 +00:00
|
|
|
<module>photoz</module>
|
|
|
|
<module>hello-world-authz-service</module>
|
2016-03-14 11:08:36 +00:00
|
|
|
</modules>
|
|
|
|
</project>
|