|
|
@ -2,12 +2,7 @@ |
|
|
|
<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>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<version>3.2.1</version> |
|
|
|
<relativePath/> <!-- lookup parent from repository --> |
|
|
|
</parent> |
|
|
|
|
|
|
|
<groupId>com.my</groupId> |
|
|
|
<artifactId>graphite_digester_bg</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
@ -16,28 +11,29 @@ |
|
|
|
<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>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.fazecast</groupId> |
|
|
|
<artifactId>jSerialComm</artifactId> |
|
|
|
<version>2.6.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.yaml</groupId> |
|
|
|
<artifactId>snakeyaml</artifactId> |
|
|
|
<version>1.33</version> |
|
|
|
</dependency> |
|
|
|
<!-- <dependency>--> |
|
|
|
<!-- <groupId>org.yaml</groupId>--> |
|
|
|
<!-- <artifactId>snakeyaml</artifactId>--> |
|
|
|
<!-- <version>1.33</version>--> |
|
|
|
<!-- </dependency>--> |
|
|
|
<dependency> |
|
|
|
<groupId>org.xerial</groupId> |
|
|
|
<artifactId>sqlite-jdbc</artifactId> |
|
|
@ -48,11 +44,6 @@ |
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
<version>3.0.2</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.flywaydb</groupId> |
|
|
|
<artifactId>flyway-core</artifactId> |
|
|
|
<version>9.21.0</version> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
@ -63,5 +54,4 @@ |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
|
|
|
|
</project> |