You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.9 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.my</groupId>
  6. <artifactId>graphite_digester_bg</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. <name>src</name>
  9. <description>src</description>
  10. <properties>
  11. <java.version>17</java.version>
  12. </properties>
  13. <parent>
  14. <groupId>org.springframework.boot</groupId>
  15. <artifactId>spring-boot-starter-parent</artifactId>
  16. <version>3.1.5</version>
  17. <relativePath/> <!-- lookup parent from repository -->
  18. </parent>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-web</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.fazecast</groupId>
  26. <artifactId>jSerialComm</artifactId>
  27. <version>2.6.2</version>
  28. </dependency>
  29. <!-- <dependency>-->
  30. <!-- <groupId>org.yaml</groupId>-->
  31. <!-- <artifactId>snakeyaml</artifactId>-->
  32. <!-- <version>1.33</version>-->
  33. <!-- </dependency>-->
  34. <dependency>
  35. <groupId>org.xerial</groupId>
  36. <artifactId>sqlite-jdbc</artifactId>
  37. <version>3.43.2.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.mybatis.spring.boot</groupId>
  41. <artifactId>mybatis-spring-boot-starter</artifactId>
  42. <version>3.0.2</version>
  43. </dependency>
  44. </dependencies>
  45. <build>
  46. <plugins>
  47. <plugin>
  48. <groupId>org.springframework.boot</groupId>
  49. <artifactId>spring-boot-maven-plugin</artifactId>
  50. </plugin>
  51. </plugins>
  52. </build>
  53. </project>