2025-05-23 21:52:26 +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>
|
2025-05-24 08:38:16 +08:00
|
|
|
<artifactId>plugins</artifactId>
|
2025-05-23 21:52:26 +08:00
|
|
|
<version>${revision}</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
2025-05-24 08:38:16 +08:00
|
|
|
<artifactId>bytedesk-plugin-freeswitch</artifactId>
|
2025-05-23 21:52:26 +08:00
|
|
|
<version>${revision}</version>
|
|
|
|
|
|
2025-05-24 08:38:16 +08:00
|
|
|
<name>bytedesk-plugin-freeswitch</name>
|
2025-05-23 21:52:26 +08:00
|
|
|
<description>https://ai.bytedesk.com</description>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
</properties>
|
2025-08-22 07:58:34 +08:00
|
|
|
|
2025-05-23 21:52:26 +08:00
|
|
|
<dependencies>
|
|
|
|
|
|
2025-06-07 19:45:30 +08:00
|
|
|
|
|
|
|
|
<!-- Spring Boot WebSocket -->
|
2025-06-07 20:04:38 +08:00
|
|
|
<!-- <dependency>
|
2025-06-07 19:45:30 +08:00
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
2025-06-07 20:04:38 +08:00
|
|
|
</dependency> -->
|
2025-06-07 19:45:30 +08:00
|
|
|
|
|
|
|
|
|
2025-05-24 05:49:30 +08:00
|
|
|
<!-- ///////////////////////////////////////////////////////////////////////////// -->
|
|
|
|
|
|
2025-05-31 07:24:27 +08:00
|
|
|
|
2025-05-24 05:49:30 +08:00
|
|
|
<!-- //////////////////////////////////第三方依赖/////////////////////////////////////////// -->
|
2025-05-31 07:24:27 +08:00
|
|
|
|
2025-06-05 20:34:36 +08:00
|
|
|
|
2025-06-07 19:50:05 +08:00
|
|
|
|
2025-05-23 21:52:26 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<!-- <plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
</plugin> -->
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</project>
|