spring-boot-admin-dependencies-2.6.11.pom 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Copyright 2014-2018 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. <groupId>de.codecentric</groupId>
  21. <artifactId>spring-boot-admin-dependencies</artifactId>
  22. <version>2.6.11</version>
  23. <packaging>pom</packaging>
  24. <name>Spring Boot Admin Dependencies</name>
  25. <description>Spring Boot Admin Dependencies</description>
  26. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/</url>
  27. <organization>
  28. <name>codecentric AG</name>
  29. <url>http://www.codecentric.de</url>
  30. </organization>
  31. <licenses>
  32. <license>
  33. <name>Apache License, Version 2.0</name>
  34. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  35. </license>
  36. </licenses>
  37. <developers>
  38. <developer>
  39. <name>Johannes Edmeier</name>
  40. <email>johannes.edmeier@codecentric.de</email>
  41. <organization>codecentric AG</organization>
  42. </developer>
  43. <developer>
  44. <name>Thomas Bosch</name>
  45. <email>thomas.bosch@codecentric.de</email>
  46. <organization>codecentric AG</organization>
  47. </developer>
  48. <developer>
  49. <name>Dennis Schulte</name>
  50. <email>dennis.schulte@codecentric.de</email>
  51. <organization>codecentric AG</organization>
  52. </developer>
  53. </developers>
  54. <scm>
  55. <connection>scm:git:git://github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies</connection>
  56. <developerConnection>scm:git:ssh://git@github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies</developerConnection>
  57. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies</url>
  58. </scm>
  59. <dependencyManagement>
  60. <dependencies>
  61. <dependency>
  62. <groupId>de.codecentric</groupId>
  63. <artifactId>spring-boot-admin-server</artifactId>
  64. <version>2.6.11</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>de.codecentric</groupId>
  68. <artifactId>spring-boot-admin-server-ui</artifactId>
  69. <version>2.6.11</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>de.codecentric</groupId>
  73. <artifactId>spring-boot-admin-client</artifactId>
  74. <version>2.6.11</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>de.codecentric</groupId>
  78. <artifactId>spring-boot-admin-starter-client</artifactId>
  79. <version>2.6.11</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>de.codecentric</groupId>
  83. <artifactId>spring-boot-admin-starter-server</artifactId>
  84. <version>2.6.11</version>
  85. </dependency>
  86. <dependency>
  87. <groupId>de.codecentric</groupId>
  88. <artifactId>spring-boot-admin-server-cloud</artifactId>
  89. <version>2.6.11</version>
  90. </dependency>
  91. </dependencies>
  92. </dependencyManagement>
  93. </project>