<?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>org.noear.water</groupId>
    <artifactId>water-parent</artifactId>
    <version>2.18.0</version>
    <relativePath>../water-parent/pom.xml</relativePath>
  </parent>
  <groupId>org.noear.water</groupId>
  <artifactId>water-solon-cloud-plugin</artifactId>
  <version>2.18.0</version>
  <name>${project.artifactId}</name>
  <licenses>
    <license>
      <name>GNU AFFERO GENERAL PUBLIC LICENSE Version 3</name>
      <url>https://github.com/noear/water/blob/master/LICENSE</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>solon-cloud</artifactId>
      <version>${solon.version}</version>
    </dependency>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>solon-logging-simple</artifactId>
      <version>${solon.version}</version>
    </dependency>
    <dependency>
      <groupId>org.noear</groupId>
      <artifactId>solonx-licence</artifactId>
      <version>${solonx.version}</version>
    </dependency>
    <dependency>
      <groupId>com.squareup.okhttp3</groupId>
      <artifactId>okhttp</artifactId>
    </dependency>
    <dependency>
      <groupId>com.zaxxer</groupId>
      <artifactId>HikariCP</artifactId>
      <version>${hikaricp.version}</version>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.noear.water</groupId>
      <artifactId>water.client</artifactId>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
