Files
weiyu/plugins/eam/pom.xml
jack ning 12e578de89 update
2025-08-06 22:02:45 +08:00

35 lines
830 B
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.bytedesk</groupId>
<artifactId>plugins</artifactId>
<version>${revision}</version>
</parent>
<artifactId>bytedesk-plugin-eam</artifactId>
<version>${revision}</version>
<name>bytedesk-plugin-eam</name>
<description>https://ai.bytedesk.com</description>
<properties>
</properties>
<dependencies>
</dependencies>
<build>
<plugins>
<!-- <plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin> -->
</plugins>
</build>
</project>