<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>pub.ihub.integration</groupId>
  <artifactId>ihub-process-plugin</artifactId>
  <version>0.1.5</version>
  <name>ihub-process-plugin</name>
  <description>IHub 集成模块</description>
  <url>https://github.com/ihub-pub/integrations</url>
  <inceptionYear>2023</inceptionYear>
  <organization>
    <name>IHub</name>
    <url>https://ihub.pub</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://choosealicense.com/licenses/apache-2.0/</url>
      <comments>A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>henry-hub</id>
      <name>Henry</name>
      <url>https://github.com/henry-hub</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/ihub-pub/integrations.git</connection>
    <developerConnection>scm:git:git@github.com:ihub-pub/integrations.git</developerConnection>
    <tag>0.1.5</tag>
    <url>https://github.com/ihub-pub/integrations</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/ihub-pub/integrations/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/ihub-pub/integrations/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>pub.ihub.integration</groupId>
      <artifactId>ihub-core</artifactId>
      <version>0.1.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>pub.ihub.integration</groupId>
      <artifactId>ihub-process-core</artifactId>
      <version>0.1.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot</artifactId>
      <version>3.3.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>pub.ihub.lib</groupId>
        <artifactId>ihub-dependencies</artifactId>
        <version>1.4.3</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
