blob: 709337371f2aa1ed9d8e2e1ae378c7f462c3ebd4 [file] [log] [blame]
<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>
<groupId>org.qi4j.sandbox</groupId>
<artifactId>qi4j-sandbox</artifactId>
<version>0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>qi4j-sandbox-extensions</artifactId>
<name>Qi4j Sandbox Extensions - Build POM</name>
<packaging>pom</packaging>
<modules>
<module>entitystore-jndi</module>
<module>entitystore-cassandra</module>
<module>entitystore-jgroups</module>
<module>entitystore-rmi</module>
<module>entitystore-s3</module>
<module>entitystore-swift</module>
<!-- Coherence needs a manual installation
<module>entitystore-coherence</module> -->
</modules>
</project>