Files
weiyu/modules/kbase/pom.xml

48 lines
1.1 KiB
XML
Raw Normal View History

2024-08-06 08:18:01 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.bytedesk</groupId>
<artifactId>modules</artifactId>
<version>${revision}</version>
</parent>
<artifactId>bytedesk-module-kbase</artifactId>
<name>bytedesk-module-kbase</name>
2024-10-21 07:19:58 +08:00
<description>https://ai.bytedesk.com</description>
2024-08-06 08:18:01 +08:00
<properties>
</properties>
<dependencies>
2025-02-24 09:31:29 +08:00
2024-08-06 08:18:01 +08:00
<dependency>
<groupId>com.bytedesk</groupId>
<artifactId>bytedesk-module-core</artifactId>
<version>${revision}</version>
<scope>provided</scope>
</dependency>
2024-10-07 11:42:38 +08:00
<dependency>
2025-03-01 10:12:54 +08:00
<groupId>com.bytedesk</groupId>
<artifactId>bytedesk-module-team</artifactId>
<version>${revision}</version>
<scope>provided</scope>
2024-10-07 11:42:38 +08:00
</dependency>
2025-03-01 10:12:54 +08:00
<!-- //////////////////////////////////////////////////////////////// -->
2024-08-06 08:18:01 +08:00
</dependencies>
<build>
<plugins>
</plugins>
</build>
</project>