mica-core-2.7.6.pom 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-core</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>org.springframework</groupId>
  53. <artifactId>spring-context</artifactId>
  54. <scope>compile</scope>
  55. </dependency>
  56. <dependency>
  57. <groupId>com.fasterxml.jackson.core</groupId>
  58. <artifactId>jackson-databind</artifactId>
  59. <scope>compile</scope>
  60. </dependency>
  61. </dependencies>
  62. </project>