.flattened-pom.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>cn.iocoder.boot</groupId>
  6. <artifactId>byzs-module-iot-plugin-common</artifactId>
  7. <version>2.6.0-SNAPSHOT</version>
  8. <name>byzs-module-iot-plugin-common</name>
  9. <description>物联网 插件 模块 - 通用功能</description>
  10. <url>https://github.com/YunaiV/ruoyi-vue-pro/byzs-module-iot/byzs-module-iot-plugins/byzs-module-iot-plugin-common</url>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.springframework.boot</groupId>
  14. <artifactId>spring-boot-starter</artifactId>
  15. <version>3.4.5</version>
  16. <scope>compile</scope>
  17. </dependency>
  18. <dependency>
  19. <groupId>cn.iocoder.boot</groupId>
  20. <artifactId>byzs-module-iot-api</artifactId>
  21. <version>2.6.0-SNAPSHOT</version>
  22. <scope>compile</scope>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework</groupId>
  26. <artifactId>spring-web</artifactId>
  27. <version>6.2.6</version>
  28. <scope>compile</scope>
  29. </dependency>
  30. <dependency>
  31. <groupId>io.vertx</groupId>
  32. <artifactId>vertx-web</artifactId>
  33. <version>4.5.13</version>
  34. <scope>compile</scope>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-validation</artifactId>
  39. <version>3.4.5</version>
  40. <scope>compile</scope>
  41. <optional>true</optional>
  42. </dependency>
  43. </dependencies>
  44. <repositories>
  45. <repository>
  46. <id>huaweicloud</id>
  47. <name>huawei</name>
  48. <url>https://mirrors.huaweicloud.com/repository/maven/</url>
  49. </repository>
  50. <repository>
  51. <id>aliyunmaven</id>
  52. <name>aliyun</name>
  53. <url>https://maven.aliyun.com/repository/public</url>
  54. </repository>
  55. <repository>
  56. <snapshots>
  57. <enabled>false</enabled>
  58. </snapshots>
  59. <id>spring-milestones</id>
  60. <name>Spring Milestones</name>
  61. <url>https://repo.spring.io/milestone</url>
  62. </repository>
  63. <repository>
  64. <releases>
  65. <enabled>false</enabled>
  66. </releases>
  67. <id>spring-snapshots</id>
  68. <name>Spring Snapshots</name>
  69. <url>https://repo.spring.io/snapshot</url>
  70. </repository>
  71. </repositories>
  72. </project>