mica-metrics-2.7.6.pom 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <!-- This module was also published with a richer model, Gradle metadata, -->
  4. <!-- which should be used instead. Do not delete the following line which -->
  5. <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
  6. <!-- that they should prefer consuming it instead. -->
  7. <!-- do_not_remove: published-with-gradle-metadata -->
  8. <modelVersion>4.0.0</modelVersion>
  9. <groupId>net.dreamlu</groupId>
  10. <artifactId>mica-metrics</artifactId>
  11. <version>2.7.6</version>
  12. <name>mica</name>
  13. <description>An enhanced toolkit of Spring cloud to simplify development.</description>
  14. <url>https://github.com/lets-mica/mica</url>
  15. <licenses>
  16. <license>
  17. <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
  18. <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
  19. </license>
  20. </licenses>
  21. <developers>
  22. <developer>
  23. <name>Dreamlu</name>
  24. <email>qq596392912@gmail.com</email>
  25. </developer>
  26. </developers>
  27. <scm>
  28. <connection>scm:github.com/lets-mica/mica</connection>
  29. <developerConnection>scm:github.com/lets-mica/mica</developerConnection>
  30. <url>https://github.com/lets-mica/mica</url>
  31. </scm>
  32. <dependencyManagement>
  33. <dependencies>
  34. <dependency>
  35. <groupId>org.springframework.boot</groupId>
  36. <artifactId>spring-boot-dependencies</artifactId>
  37. <version>2.7.6</version>
  38. <type>pom</type>
  39. <scope>import</scope>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.cloud</groupId>
  43. <artifactId>spring-cloud-dependencies</artifactId>
  44. <version>2021.0.5</version>
  45. <type>pom</type>
  46. <scope>import</scope>
  47. </dependency>
  48. </dependencies>
  49. </dependencyManagement>
  50. <dependencies>
  51. <dependency>
  52. <groupId>net.dreamlu</groupId>
  53. <artifactId>mica-core</artifactId>
  54. <version>2.7.6</version>
  55. <scope>compile</scope>
  56. </dependency>
  57. <dependency>
  58. <groupId>io.micrometer</groupId>
  59. <artifactId>micrometer-core</artifactId>
  60. <scope>compile</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.alibaba</groupId>
  64. <artifactId>druid</artifactId>
  65. <version>1.2.15</version>
  66. <scope>compile</scope>
  67. <optional>true</optional>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.alibaba.csp</groupId>
  71. <artifactId>sentinel-core</artifactId>
  72. <version>1.8.6</version>
  73. <scope>compile</scope>
  74. <optional>true</optional>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.springframework</groupId>
  78. <artifactId>spring-web</artifactId>
  79. <scope>compile</scope>
  80. <optional>true</optional>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework.boot</groupId>
  84. <artifactId>spring-boot-actuator-autoconfigure</artifactId>
  85. <scope>compile</scope>
  86. <optional>true</optional>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.springframework.boot</groupId>
  90. <artifactId>spring-boot-starter-undertow</artifactId>
  91. <scope>compile</scope>
  92. <optional>true</optional>
  93. </dependency>
  94. </dependencies>
  95. </project>