<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>net.guerlab.cloud.user</groupId>
    <artifactId>guerlab-cloud-user</artifactId>
    <version>2022.1.0</version>
  </parent>
  <groupId>net.guerlab.cloud.user</groupId>
  <artifactId>guerlab-cloud-user-provider</artifactId>
  <version>2022.1.0</version>
  <packaging>pom</packaging>
  <name>Guerlab Cloud User Provider</name>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <modules>
    <module>guerlab-cloud-user-provider-commons</module>
    <module>guerlab-cloud-user-provider-inside</module>
    <module>guerlab-cloud-user-provider-user</module>
  </modules>
  <properties>
    <main.basedir>${basedir}/..</main.basedir>
  </properties>
</project>
