Files

38 lines
1.2 KiB
XML
Raw Permalink Normal View History

2026-03-23 13:48:34 +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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>iot.lidee.pay</groupId>
<artifactId>lidee-pay</artifactId>
<version>3.8.5</version>
</parent>
<groupId>iot.lidee.pay.core</groupId>
<artifactId>lidee-pay-core</artifactId>
<dependencies>
<dependency>
<groupId>iot.lidee.pay.api</groupId>
<artifactId>lidee-pay-api</artifactId>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
</dependency>
<dependency>
<groupId>iot.lidee</groupId>
<artifactId>lidee-framework</artifactId>
</dependency>
</dependencies>
</project>