|
@ -1,62 +0,0 @@ |
|
|
<?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> |
|
|
|
|
|
|
|
|
|
|
|
<groupId>com.my</groupId> |
|
|
|
|
|
<artifactId>graphite_digester_bg</artifactId> |
|
|
|
|
|
<version>0.0.7</version> |
|
|
|
|
|
<name>src</name> |
|
|
|
|
|
<description>src</description> |
|
|
|
|
|
<properties> |
|
|
|
|
|
<java.version>17</java.version> |
|
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
|
|
<version>3.1.5</version> |
|
|
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.fazecast</groupId> |
|
|
|
|
|
<artifactId>jSerialComm</artifactId> |
|
|
|
|
|
<version>2.6.2</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.java-websocket</groupId> |
|
|
|
|
|
<artifactId>Java-WebSocket</artifactId> |
|
|
|
|
|
<version>1.5.4</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
|
<!-- <groupId>org.yaml</groupId>--> |
|
|
|
|
|
<!-- <artifactId>snakeyaml</artifactId>--> |
|
|
|
|
|
<!-- <version>1.33</version>--> |
|
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.xerial</groupId> |
|
|
|
|
|
<artifactId>sqlite-jdbc</artifactId> |
|
|
|
|
|
<version>3.43.2.0</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
|
|
<version>3.0.2</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|
|
<build> |
|
|
|
|
|
<plugins> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
|
</plugin> |
|
|
|
|
|
</plugins> |
|
|
|
|
|
</build> |
|
|
|
|
|
</project> |
|
|
|