spring-boot-admin-server-cloud-3.1.7.pom 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2014-2019 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-cloud</artifactId>
  28. <version>3.1.7</version>
  29. <name>Spring Boot Admin Server Cloud</name>
  30. <description>Spring Boot Admin Server Cloud</description>
  31. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server-cloud/</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-cloud</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-cloud</developerConnection>
  52. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-server-cloud</url>
  53. </scm>
  54. <dependencies>
  55. <dependency>
  56. <groupId>de.codecentric</groupId>
  57. <artifactId>spring-boot-admin-server</artifactId>
  58. <version>3.1.7</version>
  59. <scope>compile</scope>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.cloud</groupId>
  63. <artifactId>spring-cloud-starter</artifactId>
  64. <version>4.0.4</version>
  65. <scope>compile</scope>
  66. <optional>true</optional>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.springframework.cloud</groupId>
  70. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  71. <version>4.0.3</version>
  72. <scope>compile</scope>
  73. <exclusions>
  74. <exclusion>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-starter-web</artifactId>
  77. </exclusion>
  78. </exclusions>
  79. <optional>true</optional>
  80. </dependency>
  81. <dependency>
  82. <groupId>org.springframework.cloud</groupId>
  83. <artifactId>spring-cloud-starter-kubernetes-client</artifactId>
  84. <version>3.0.4</version>
  85. <scope>compile</scope>
  86. <exclusions>
  87. <exclusion>
  88. <groupId>org.springframework.boot</groupId>
  89. <artifactId>spring-boot-starter-web</artifactId>
  90. </exclusion>
  91. </exclusions>
  92. <optional>true</optional>
  93. </dependency>
  94. <dependency>
  95. <groupId>org.springframework.cloud</groupId>
  96. <artifactId>spring-cloud-starter-kubernetes-fabric8</artifactId>
  97. <version>3.0.4</version>
  98. <scope>compile</scope>
  99. <exclusions>
  100. <exclusion>
  101. <groupId>org.springframework.boot</groupId>
  102. <artifactId>spring-boot-starter-web</artifactId>
  103. </exclusion>
  104. </exclusions>
  105. <optional>true</optional>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.springframework.boot</groupId>
  109. <artifactId>spring-boot-autoconfigure-processor</artifactId>
  110. <version>3.1.4</version>
  111. <scope>compile</scope>
  112. <optional>true</optional>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.google.code.findbugs</groupId>
  116. <artifactId>jsr305</artifactId>
  117. <version>3.0.2</version>
  118. <scope>provided</scope>
  119. </dependency>
  120. <dependency>
  121. <groupId>org.springframework.boot</groupId>
  122. <artifactId>spring-boot-configuration-processor</artifactId>
  123. <version>3.1.4</version>
  124. <scope>compile</scope>
  125. <optional>true</optional>
  126. </dependency>
  127. </dependencies>
  128. </project>