spring-boot-admin-server-3.1.7.pom 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2014-2020 the original author or authors.
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <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"
  18. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  19. <modelVersion>4.0.0</modelVersion>
  20. <parent>
  21. <groupId>de.codecentric</groupId>
  22. <artifactId>spring-boot-admin-build</artifactId>
  23. <version>3.1.7</version>
  24. <relativePath>../spring-boot-admin-build</relativePath>
  25. </parent>
  26. <groupId>de.codecentric</groupId>
  27. <artifactId>spring-boot-admin-server</artifactId>
  28. <version>3.1.7</version>
  29. <name>Spring Boot Admin Server</name>
  30. <description>Spring Boot Admin Server</description>
  31. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server/</url>
  32. <organization>
  33. <name>codecentric AG</name>
  34. <url>http://www.codecentric.de</url>
  35. </organization>
  36. <licenses>
  37. <license>
  38. <name>Apache License, Version 2.0</name>
  39. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  40. </license>
  41. </licenses>
  42. <developers>
  43. <developer>
  44. <name>codecentric AG</name>
  45. <email>spring-boot-admin@codecentric.de</email>
  46. <url>https://www.codecentric.de/</url>
  47. </developer>
  48. </developers>
  49. <scm>
  50. <connection>scm:git:git://github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server</connection>
  51. <developerConnection>scm:git:ssh://git@github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server</developerConnection>
  52. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server</url>
  53. </scm>
  54. <dependencies>
  55. <dependency>
  56. <groupId>org.springframework.boot</groupId>
  57. <artifactId>spring-boot-starter</artifactId>
  58. <version>3.1.4</version>
  59. <scope>compile</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.boot</groupId>
  63. <artifactId>spring-boot-starter-webflux</artifactId>
  64. <version>3.1.4</version>
  65. <scope>compile</scope>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.springframework.boot</groupId>
  69. <artifactId>spring-boot-starter-web</artifactId>
  70. <version>3.1.4</version>
  71. <scope>compile</scope>
  72. <optional>true</optional>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  77. <version>3.1.4</version>
  78. <scope>compile</scope>
  79. </dependency>
  80. <dependency>
  81. <groupId>org.springframework.boot</groupId>
  82. <artifactId>spring-boot-starter-actuator</artifactId>
  83. <version>3.1.4</version>
  84. <scope>compile</scope>
  85. </dependency>
  86. <dependency>
  87. <groupId>org.apache.httpcomponents.client5</groupId>
  88. <artifactId>httpclient5</artifactId>
  89. <version>5.2.1</version>
  90. <scope>compile</scope>
  91. </dependency>
  92. <dependency>
  93. <groupId>io.projectreactor.addons</groupId>
  94. <artifactId>reactor-extra</artifactId>
  95. <version>3.5.1</version>
  96. <scope>compile</scope>
  97. </dependency>
  98. <dependency>
  99. <groupId>org.projectlombok</groupId>
  100. <artifactId>lombok</artifactId>
  101. <version>1.18.30</version>
  102. <scope>compile</scope>
  103. <optional>true</optional>
  104. </dependency>
  105. <dependency>
  106. <groupId>org.springframework.boot</groupId>
  107. <artifactId>spring-boot-starter-mail</artifactId>
  108. <version>3.1.4</version>
  109. <scope>compile</scope>
  110. <optional>true</optional>
  111. </dependency>
  112. <dependency>
  113. <groupId>com.hazelcast</groupId>
  114. <artifactId>hazelcast</artifactId>
  115. <version>5.2.4</version>
  116. <scope>compile</scope>
  117. <optional>true</optional>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.springframework.boot</groupId>
  121. <artifactId>spring-boot-autoconfigure-processor</artifactId>
  122. <version>3.1.4</version>
  123. <scope>compile</scope>
  124. <optional>true</optional>
  125. </dependency>
  126. <dependency>
  127. <groupId>org.springframework.boot</groupId>
  128. <artifactId>spring-boot-configuration-processor</artifactId>
  129. <version>3.1.4</version>
  130. <scope>compile</scope>
  131. <optional>true</optional>
  132. </dependency>
  133. </dependencies>
  134. </project>