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.

75 lines
2.6 KiB

1 year ago
11 months ago
1 year ago
1 year ago
10 months ago
1 year ago
1 year ago
11 months ago
10 months ago
11 months ago
1 year 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. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>3.2.6</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.iflytop</groupId>
  12. <artifactId>a800</artifactId>
  13. <version>0.0.29</version>
  14. <name>boditech-a800</name>
  15. <description>boditech-a800</description>
  16. <properties>
  17. <java.version>17</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-web</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.xerial</groupId>
  26. <artifactId>sqlite-jdbc</artifactId>
  27. <version>3.45.2.0</version>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.mybatis.spring.boot</groupId>
  31. <artifactId>mybatis-spring-boot-starter</artifactId>
  32. <version>3.0.3</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.java-websocket</groupId>
  36. <artifactId>Java-WebSocket</artifactId>
  37. <version>1.5.4</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>org.freemarker</groupId>
  41. <artifactId>freemarker</artifactId>
  42. <version>2.3.31</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.flywaydb</groupId>
  46. <artifactId>flyway-core</artifactId>
  47. </dependency>
  48. <dependency>
  49. <groupId>org.jetbrains</groupId>
  50. <artifactId>annotations</artifactId>
  51. <version>RELEASE</version>
  52. <scope>compile</scope>
  53. </dependency>
  54. <dependency>
  55. <groupId>net.sourceforge.javacsv</groupId>
  56. <artifactId>javacsv</artifactId>
  57. <version>2.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>org.projectlombok</groupId>
  61. <artifactId>lombok</artifactId>
  62. <scope>annotationProcessor</scope>
  63. </dependency>
  64. </dependencies>
  65. <build>
  66. <plugins>
  67. <plugin>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-maven-plugin</artifactId>
  70. </plugin>
  71. </plugins>
  72. </build>
  73. </project>