<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ JFrog Crypto are utilities for encrypting data in JFrog products.
  ~ Copyright (C) 2016 JFrog Ltd.
  ~
  ~ JFrog Crypto is free software: you can redistribute it and/or modify
  ~ it under the terms of the GNU Lesser General Public License as published by
  ~ the Free Software Foundation, either version 3 of the License, or
  ~ (at your option) any later version.
  ~
  ~ JFrog Crypto is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~ GNU Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public License
  ~ along with JFrog Crypto.  If not, see <http://www.gnu.org/licenses/>.
  --><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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.jfrog.common</groupId>
        <artifactId>jfrog-parent-pom</artifactId>
        <version>3.9.0</version>
        <relativePath>../parent-pom</relativePath>
    </parent>

    <artifactId>jfrog-commons-parent</artifactId>
    <version>4.9.0</version>
    <packaging>pom</packaging>
    <name>JFrog Commons Parent</name>
    <description>JFrog Common Infrastructure Pom</description>

    <modules>
        <module>base</module>
        <module>spring-dependencies</module>
        <module>jersey-dependencies</module>
        <module>jersey-2-dependencies</module>
        <module>test-dependencies</module>
        <module>crypto-dependencies</module>
        <module>metrics</module>
        <module>platform-parent</module>
        <module>utils</module>
        <module>annotation-processing</module>
        <module>db-infra</module>
        <module>http-client</module>
        <module>crypto</module>
        <module>config</module>
        <module>logging</module>
        <module>base-application</module>
        <module>support</module>
        <module>jfrog-jersey-config</module>
        <module>sysconf</module>
        <module>test-utils</module>
    </modules>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-checkstyle-plugin</artifactId>
                <executions>
                    <execution>
                        <id>validate</id>
                        <goals>
                            <goal>check</goal>
                        </goals>
                        <phase>validate</phase>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>
</project>
