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.

71 lines
2.1 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
  6. >
  7. <modelVersion>4.0.0</modelVersion>
  8. <parent>
  9. <groupId>org.springframework.boot</groupId>
  10. <artifactId>spring-boot-starter-parent</artifactId>
  11. <version>3.1.5</version>
  12. <relativePath/> <!-- lookup parent from repository -->
  13. </parent>
  14. <groupId>com.my</groupId>
  15. <artifactId>digester</artifactId>
  16. <version>0.0.69</version>
  17. <name>digester</name>
  18. <description>digester</description>
  19. <properties>
  20. <java.version>17</java.version>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-web</artifactId>
  26. </dependency>
  27. <dependency>
  28. <groupId>org.xerial</groupId>
  29. <artifactId>sqlite-jdbc</artifactId>
  30. <version>3.45.2.0</version>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.mybatis.spring.boot</groupId>
  34. <artifactId>mybatis-spring-boot-starter</artifactId>
  35. <version>3.0.3</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.java-websocket</groupId>
  39. <artifactId>Java-WebSocket</artifactId>
  40. <version>1.5.4</version>
  41. </dependency>
  42. <dependency>
  43. <groupId>org.eclipse.paho</groupId>
  44. <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
  45. <version>1.2.5</version>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.freemarker</groupId>
  49. <artifactId>freemarker</artifactId>
  50. <version>2.3.31</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.opencv</groupId>
  54. <artifactId>opencv-420</artifactId>
  55. <version>4.2.0</version>
  56. </dependency>
  57. </dependencies>
  58. <build>
  59. <plugins>
  60. <plugin>
  61. <groupId>org.springframework.boot</groupId>
  62. <artifactId>spring-boot-maven-plugin</artifactId>
  63. </plugin>
  64. </plugins>
  65. </build>
  66. </project>