<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.eworkcloud.starter</groupId>
        <artifactId>ework-cloud-dependencies</artifactId>
        <version>2.2.2</version>
        <relativePath/>
    </parent>
    <groupId>com.eworkcloud.plugins</groupId>
    <artifactId>ework-cloud-dependencies</artifactId>
    <packaging>pom</packaging>

    <name>Ework Cloud Dependencies</name>
    <description>Ework Cloud Dependencies</description>
    <url>https://www.eworkcloud.com</url>

    <properties>
        <ework-cloud-plugins.version>2.2.2</ework-cloud-plugins.version>
    </properties>

    <dependencyManagement>
        <dependencies>
            <!-- Ework Cloud Plugins Integration -->
            <dependency>
                <groupId>com.eworkcloud.plugins</groupId>
                <artifactId>ework-cloud-plugins-webkit</artifactId>
                <version>${ework-cloud-plugins.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>