<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         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-components-parent</artifactId>
        <version>13.6.0</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>


    <name>Components - Template - Camel - Http - Route</name>
    <artifactId>dirigible-components-template-camel-http-route</artifactId>
    <packaging>jar</packaging>

    <properties>
        <profile.content.phase>generate-sources</profile.content.phase>
        <content.repository.name>template-camel-http-route</content.repository.name>
        <content.project.name>template-camel-http-route</content.project.name>

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

</project>
