Files
lc_backend/jeelowcode-module/jeelowcode-module-api/pom.xml
2025-10-17 10:11:04 +08:00

30 lines
1.0 KiB
XML

<?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>com.jeelowcode</groupId>
<artifactId>jeelowcode-module</artifactId>
<version>${jeelowcode.version}</version>
</parent>
<groupId>com.jeelowcode</groupId>
<artifactId>jeelowcode-module-api</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>com.jeelowcode</groupId>
<artifactId>jeelowcode-utils</artifactId>
</dependency>
</dependencies>
<version>${jeelowcode.version}</version>
<description> 个人业务模块API </description>
</project>