<?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.risesoft</groupId>
    <artifactId>y9-digitalbase-parent</artifactId>
    <version>9.6.10</version>
    <relativePath></relativePath>
  </parent>
  <artifactId>y9-flowable</artifactId>
  <version>9.6.10</version>
  <packaging>pom</packaging>
  <name>y9-flowable</name>
  <description>RiseSoft/WorkFlow Engine parent pom.xml file</description>
  <url>https://gitee.com/risesoft-y9/y9-flowable/tree/main/</url>
  <licenses>
    <license>
      <name>GNU General Public License (GPL) version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>qinman</name>
      <email>qinman@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>yihong</name>
      <email>yihong@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>zhangchongjie</name>
      <email>zhangchongjie@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
  </developers>
  <modules>
    <module>y9-module-processadmin</module>
    <module>y9-module-itemadmin</module>
    <module>y9-module-jodconverter</module>
    <module>y9-module-flowableui</module>
  </modules>
  <scm>
    <connection>scm:git:https://gitee.com/risesoft-y9/y9-flowable.git</connection>
    <developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-flowable.git</developerConnection>
    <url>https://gitee.com/risesoft-y9/y9-flowable</url>
  </scm>
  <properties>
    <gitee.url>https://gitee.com/risesoft-y9/y9-flowable</gitee.url>
    <gitee.connection>scm:git:https://gitee.com/risesoft-y9/y9-flowable.git</gitee.connection>
    <gitee.developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-flowable.git</gitee.developerConnection>
    <revision>9.6.10</revision>
    <graph-java-client.version>1.0.11</graph-java-client.version>
    <poi-tl.version>1.12.2</poi-tl.version>
    <belerweb-pinyin4j.version>2.5.1</belerweb-pinyin4j.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.belerweb</groupId>
        <artifactId>pinyin4j</artifactId>
        <version>${belerweb-pinyin4j.version}</version>
      </dependency>
      <dependency>
        <groupId>com.deepoove</groupId>
        <artifactId>poi-tl</artifactId>
        <version>${poi-tl.version}</version>
      </dependency>
      <dependency>
        <groupId>cn.wps.yun</groupId>
        <artifactId>graph-java-client</artifactId>
        <version>${graph-java-client.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <repositories>
    <repository>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>y9-internet-repo</id>
      <url>https://svn.youshengyun.com:9900/nexus/repository/maven-public/</url>
    </repository>
  </repositories>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.eclipse.m2e</groupId>
          <artifactId>lifecycle-mapping</artifactId>
          <version>1.0.0</version>
          <configuration>
            <lifecycleMappingMetadata>
              <pluginExecutions>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>cn.smallbun.screw</groupId>
                    <artifactId>screw-maven-plugin</artifactId>
                    <versionRange>[1.0.5,)</versionRange>
                    <goals>
                      <goal>run</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore></ignore>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>com.ly.smart-doc</groupId>
                    <artifactId>smart-doc-maven-plugin</artifactId>
                    <versionRange>[2.4.8,)</versionRange>
                    <goals>
                      <goal>html</goal>
                      <goal>docx</goal>
                      <goal>markdown</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore></ignore>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>dev.aspectj</groupId>
                    <artifactId>aspectj-maven-plugin</artifactId>
                    <versionRange>[1,)</versionRange>
                    <goals>
                      <goal>compile</goal>
                      <goal>test-compile</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <versionRange>[1,)</versionRange>
                    <goals>
                      <goal>copy-dependencies</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-enforcer-plugin</artifactId>
                    <versionRange>[1,)</versionRange>
                    <goals>
                      <goal>enforce</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <versionRange>[1,)</versionRange>
                    <goals>
                      <goal>reserve-network-port</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>flatten-maven-plugin</artifactId>
                    <versionRange>[1,)</versionRange>
                    <goals>
                      <goal>flatten</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-maven-plugin</artifactId>
                    <versionRange>[1,)</versionRange>
                    <goals>
                      <goal>build-info</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <ignore />
                  </action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>
</project>
