<?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>2.7.1</version>
    </parent>

    <artifactId>jfrog-commons-parent</artifactId>
    <version>3.7.1</version>
    <packaging>pom</packaging>
    <name>JFrog Commons Parent</name>

    <description>
        JFrog Common Jars Infrastructure pom
    </description>

    <modules>
        <module>spring-dependencies</module>
        <module>jersey-dependencies</module>
        <module>jersey-2-dependencies</module>
        <module>test-dependencies</module>
        <module>crypto-dependencies</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>locking</module>
        <module>system-environment</module>
    </modules>

</project>
