spring-boot-admin-dependencies-3.2.3.pom 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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>3.2.3</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>codecentric AG</name>
  40. <email>spring-boot-admin@codecentric.de</email>
  41. <url>https://www.codecentric.de/</url>
  42. </developer>
  43. </developers>
  44. <scm>
  45. <connection>scm:git:git://github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies</connection>
  46. <developerConnection>scm:git:ssh://git@github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies</developerConnection>
  47. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies</url>
  48. </scm>
  49. <dependencyManagement>
  50. <dependencies>
  51. <dependency>
  52. <groupId>de.codecentric</groupId>
  53. <artifactId>spring-boot-admin-server</artifactId>
  54. <version>3.2.3</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>de.codecentric</groupId>
  58. <artifactId>spring-boot-admin-server-ui</artifactId>
  59. <version>3.2.3</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>de.codecentric</groupId>
  63. <artifactId>spring-boot-admin-client</artifactId>
  64. <version>3.2.3</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>de.codecentric</groupId>
  68. <artifactId>spring-boot-admin-starter-client</artifactId>
  69. <version>3.2.3</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>de.codecentric</groupId>
  73. <artifactId>spring-boot-admin-starter-server</artifactId>
  74. <version>3.2.3</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>de.codecentric</groupId>
  78. <artifactId>spring-boot-admin-server-cloud</artifactId>
  79. <version>3.2.3</version>
  80. </dependency>
  81. </dependencies>
  82. </dependencyManagement>
  83. </project>