.flattened-pom.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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-plugins</artifactId>
  7. <version>2.6.0-SNAPSHOT</version>
  8. <packaging>pom</packaging>
  9. <name>byzs-module-iot-plugins</name>
  10. <description>物联网 插件 模块</description>
  11. <url>https://github.com/YunaiV/ruoyi-vue-pro/byzs-module-iot/byzs-module-iot-plugins</url>
  12. <repositories>
  13. <repository>
  14. <id>huaweicloud</id>
  15. <name>huawei</name>
  16. <url>https://mirrors.huaweicloud.com/repository/maven/</url>
  17. </repository>
  18. <repository>
  19. <id>aliyunmaven</id>
  20. <name>aliyun</name>
  21. <url>https://maven.aliyun.com/repository/public</url>
  22. </repository>
  23. <repository>
  24. <snapshots>
  25. <enabled>false</enabled>
  26. </snapshots>
  27. <id>spring-milestones</id>
  28. <name>Spring Milestones</name>
  29. <url>https://repo.spring.io/milestone</url>
  30. </repository>
  31. <repository>
  32. <releases>
  33. <enabled>false</enabled>
  34. </releases>
  35. <id>spring-snapshots</id>
  36. <name>Spring Snapshots</name>
  37. <url>https://repo.spring.io/snapshot</url>
  38. </repository>
  39. </repositories>
  40. </project>