<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>org.eclipse.dirigible</groupId>
		<artifactId>dirigible-ext-parent</artifactId>
		<version>6.3.6</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<name>Ext - Modules - Parent</name>
	<artifactId>dirigible-ext-modules-parent</artifactId>
	<description>External modules packaged with Dirigible</description>
	<packaging>pom</packaging>

	<modules>
		<module>ext-acorn</module>
		<module>ext-jasmine</module>
		<module>ext-qunit</module>
		<module>ext-kafka</module>
		<module>ext-mongodb</module>
		<module>ext-cassandra</module>
		<module>ext-elasticsearch</module>
		<module>ext-etcd</module>
		<module>ext-rabbitmq</module>
		<module>ext-redis</module>
		<module>ext-spark</module>
	</modules>

	<properties>
		<license.header.location>../../licensing-header.txt</license.header.location>
	</properties>

</project>