2024-11-01 10:03:38 +08:00
|
|
|
<?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">
|
|
|
|
<parent>
|
|
|
|
<groupId>org.jeecgframework.boot.lqfw</groupId>
|
|
|
|
<artifactId>jeecg-module-deliver</artifactId>
|
|
|
|
<version>3.5.3</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>jeecg-deliver-zyzx</artifactId>
|
|
|
|
|
2024-11-01 11:02:16 +08:00
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot.lqfw</groupId>
|
|
|
|
<artifactId>com.foresee.lqfw.sdk</artifactId>
|
|
|
|
<version>${jeecgboot.version}</version>
|
|
|
|
<scope>system</scope>
|
|
|
|
<systemPath>
|
|
|
|
${pom.basedir}/../../lib/com.foresee.lqfw.sdk-3.5.3.jar
|
|
|
|
</systemPath>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
2024-11-01 10:03:38 +08:00
|
|
|
</project>
|