zxl
2025-03-02 2d1d19503483833f2aa4ef572c4640ebcceb9d48
business/pom.xml
@@ -1,26 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
  <artifactId>business</artifactId>
   <artifactId>business</artifactId>
  <parent>
    <artifactId>airport-screen-backend</artifactId>
    <groupId>com.hnct</groupId>
    <version>1.0.0</version>
  </parent>
   <parent>
      <artifactId>project-management</artifactId>
      <groupId>com.ycl</groupId>
      <version>1.0.0</version>
   </parent>
  <name>business</name>
   <name>business</name>
  <dependencies>
   <dependencies>
    <!-- 系统功能-->
    <dependency>
      <groupId>com.hnct</groupId>
      <artifactId>system</artifactId>
    </dependency>
      <!-- 系统功能-->
      <dependency>
         <groupId>com.ycl</groupId>
         <artifactId>system</artifactId>
      </dependency>
  </dependencies>
      <!-- flowable -->
        <dependency>
            <groupId>com.ycl</groupId>
            <artifactId>flowable</artifactId>
        </dependency>
    </dependencies>
</project>