kubernetes-client-bom-4.7.2.pom 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.fabric8</groupId>
  5. <artifactId>kubernetes-client-bom</artifactId>
  6. <version>4.7.2</version>
  7. <name>Fabric8 :: Kubernetes :: Bom</name>
  8. <packaging>pom</packaging>
  9. <description>Bill of material</description>
  10. <url>http://fabric8.io/</url>
  11. <licenses>
  12. <license>
  13. <name>Apache License, Version 2.0</name>
  14. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  15. <distribution>repo</distribution>
  16. </license>
  17. </licenses>
  18. <scm>
  19. <connection>scm:git:git@github.com:fabric8io/kubernetes-client.git</connection>
  20. <developerConnection>scm:git:git@github.com:fabric8io/kubernetes-client.git</developerConnection>
  21. <url>scm:git:git@github.com:fabric8io/kubernetes-client.git</url>
  22. <tag>4.7.2</tag>
  23. </scm>
  24. <developers>
  25. <developer>
  26. <id>geeks</id>
  27. <name>Fabric8 Development Team</name>
  28. <organization>fabric8</organization>
  29. <organizationUrl>http://fabric8.io/</organizationUrl>
  30. </developer>
  31. </developers>
  32. <dependencyManagement>
  33. <dependencies>
  34. <dependency>
  35. <groupId>io.fabric8</groupId>
  36. <artifactId>kubernetes-model-common</artifactId>
  37. <version>4.7.2</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>io.fabric8</groupId>
  41. <artifactId>kubernetes-model-annotator</artifactId>
  42. <version>4.7.2</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>io.fabric8</groupId>
  46. <artifactId>kubernetes-model</artifactId>
  47. <version>4.7.2</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>io.fabric8</groupId>
  51. <artifactId>kubernetes-client</artifactId>
  52. <version>4.7.2</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>io.fabric8</groupId>
  56. <artifactId>kubernetes-server-mock</artifactId>
  57. <version>4.7.2</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>io.fabric8</groupId>
  61. <artifactId>openshift-client</artifactId>
  62. <version>4.7.2</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>io.fabric8</groupId>
  66. <artifactId>knative-model-annotator</artifactId>
  67. <version>4.7.2</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>io.fabric8</groupId>
  71. <artifactId>knative-model</artifactId>
  72. <version>4.7.2</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>io.fabric8</groupId>
  76. <artifactId>knative-client</artifactId>
  77. <version>4.7.2</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>io.fabric8</groupId>
  81. <artifactId>knative-mock</artifactId>
  82. <version>4.7.2</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>io.fabric8</groupId>
  86. <artifactId>knative-examples</artifactId>
  87. <version>4.7.2</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>io.fabric8</groupId>
  91. <artifactId>knative-tests</artifactId>
  92. <version>4.7.2</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>io.fabric8</groupId>
  96. <artifactId>tekton-model-annotator</artifactId>
  97. <version>4.7.2</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>io.fabric8</groupId>
  101. <artifactId>tekton-model</artifactId>
  102. <version>4.7.2</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>io.fabric8</groupId>
  106. <artifactId>tekton-client</artifactId>
  107. <version>4.7.2</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>io.fabric8</groupId>
  111. <artifactId>tekton-mock</artifactId>
  112. <version>4.7.2</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.fabric8</groupId>
  116. <artifactId>tekton-examples</artifactId>
  117. <version>4.7.2</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>io.fabric8</groupId>
  121. <artifactId>tekton-tests</artifactId>
  122. <version>4.7.2</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>io.fabric8</groupId>
  126. <artifactId>servicecatalog-model-annotator</artifactId>
  127. <version>4.7.2</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>io.fabric8</groupId>
  131. <artifactId>servicecatalog-model</artifactId>
  132. <version>4.7.2</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>io.fabric8</groupId>
  136. <artifactId>servicecatalog-client</artifactId>
  137. <version>4.7.2</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>io.fabric8</groupId>
  141. <artifactId>servicecatalog-server-mock</artifactId>
  142. <version>4.7.2</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>io.fabric8</groupId>
  146. <artifactId>service-catalog-examples</artifactId>
  147. <version>4.7.2</version>
  148. </dependency>
  149. <dependency>
  150. <groupId>io.fabric8</groupId>
  151. <artifactId>servicecatalog-tests</artifactId>
  152. <version>4.7.2</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>io.fabric8</groupId>
  156. <artifactId>openshift-server-mock</artifactId>
  157. <version>4.7.2</version>
  158. </dependency>
  159. <dependency>
  160. <groupId>io.fabric8</groupId>
  161. <artifactId>kubernetes-examples</artifactId>
  162. <version>4.7.2</version>
  163. </dependency>
  164. <dependency>
  165. <groupId>io.fabric8.kubernetes</groupId>
  166. <artifactId>kubernetes-karaf</artifactId>
  167. <version>4.7.2</version>
  168. </dependency>
  169. <dependency>
  170. <groupId>io.fabric8.kubernetes</groupId>
  171. <artifactId>kubernetes-karaf-itests</artifactId>
  172. <version>4.7.2</version>
  173. </dependency>
  174. <dependency>
  175. <groupId>io.fabric8</groupId>
  176. <artifactId>kubernetes-test</artifactId>
  177. <version>4.7.2</version>
  178. </dependency>
  179. <dependency>
  180. <groupId>io.fabric8</groupId>
  181. <artifactId>kubernetes-openshift-uberjar</artifactId>
  182. <version>4.7.2</version>
  183. </dependency>
  184. </dependencies>
  185. </dependencyManagement>
  186. <build>
  187. <pluginManagement>
  188. <plugins>
  189. </plugins>
  190. </pluginManagement>
  191. </build>
  192. </project>