spring-boot-admin-starter-server-2.7.5.pom 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. <parent>
  21. <groupId>de.codecentric</groupId>
  22. <artifactId>spring-boot-admin-build</artifactId>
  23. <version>2.7.5</version>
  24. <relativePath>../spring-boot-admin-build</relativePath>
  25. </parent>
  26. <groupId>de.codecentric</groupId>
  27. <artifactId>spring-boot-admin-starter-server</artifactId>
  28. <version>2.7.5</version>
  29. <name>Spring Boot Admin Server Starter</name>
  30. <description>Spring Boot Admin Server Starter</description>
  31. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-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>Johannes Edmeier</name>
  45. <email>johannes.edmeier@codecentric.de</email>
  46. <organization>codecentric AG</organization>
  47. </developer>
  48. <developer>
  49. <name>Thomas Bosch</name>
  50. <email>thomas.bosch@codecentric.de</email>
  51. <organization>codecentric AG</organization>
  52. </developer>
  53. <developer>
  54. <name>Dennis Schulte</name>
  55. <email>dennis.schulte@codecentric.de</email>
  56. <organization>codecentric AG</organization>
  57. </developer>
  58. </developers>
  59. <scm>
  60. <connection>scm:git:git://github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-server</connection>
  61. <developerConnection>scm:git:ssh://git@github.com/codecentric/spring-boot-admin.git/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-server</developerConnection>
  62. <url>https://github.com/codecentric/spring-boot-admin/spring-boot-admin-dependencies/spring-boot-admin-build/spring-boot-admin-starter-server</url>
  63. </scm>
  64. <dependencies>
  65. <dependency>
  66. <groupId>de.codecentric</groupId>
  67. <artifactId>spring-boot-admin-server</artifactId>
  68. <version>2.7.5</version>
  69. <scope>compile</scope>
  70. </dependency>
  71. <dependency>
  72. <groupId>de.codecentric</groupId>
  73. <artifactId>spring-boot-admin-server-ui</artifactId>
  74. <version>2.7.5</version>
  75. <scope>compile</scope>
  76. </dependency>
  77. <dependency>
  78. <groupId>de.codecentric</groupId>
  79. <artifactId>spring-boot-admin-server-cloud</artifactId>
  80. <version>2.7.5</version>
  81. <scope>compile</scope>
  82. </dependency>
  83. </dependencies>
  84. </project>