Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

99 lines
2.9KB

  1. <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  2. <modelVersion>4.0.0</modelVersion>
  3. <groupId>placeholder.mockito-bom</groupId>
  4. <artifactId>mockito-bom</artifactId>
  5. <version>4.9.0</version>
  6. <packaging>pom</packaging>
  7. <name>mockito-bom</name>
  8. <description>Mockito Bill of Materials (BOM)</description>
  9. <url>https://github.com/mockito/mockito</url>
  10. <licenses>
  11. <license>
  12. <name>The MIT License</name>
  13. <url>https://github.com/mockito/mockito/blob/main/LICENSE</url>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>mockitoguy</id>
  20. <name>Szczepan Faber</name>
  21. <url>https://github.com/mockitoguy</url>
  22. <roles>
  23. <role>Core developer</role>
  24. </roles>
  25. </developer>
  26. <developer>
  27. <id>bric3</id>
  28. <name>Brice Dutheil</name>
  29. <url>https://github.com/bric3</url>
  30. <roles>
  31. <role>Core developer</role>
  32. </roles>
  33. </developer>
  34. <developer>
  35. <id>raphw</id>
  36. <name>Rafael Winterhalter</name>
  37. <url>https://github.com/raphw</url>
  38. <roles>
  39. <role>Core developer</role>
  40. </roles>
  41. </developer>
  42. <developer>
  43. <id>TimvdLippe</id>
  44. <name>Tim van der Lippe</name>
  45. <url>https://github.com/TimvdLippe</url>
  46. <roles>
  47. <role>Core developer</role>
  48. </roles>
  49. </developer>
  50. </developers>
  51. <scm>
  52. <url>https://github.com/mockito/mockito.git</url>
  53. </scm>
  54. <issueManagement>
  55. <system>GitHub issues</system>
  56. <url>https://github.com/mockito/mockito/issues</url>
  57. </issueManagement>
  58. <ciManagement>
  59. <system>GH Actions</system>
  60. <url>https://github.com/mockito/mockito/actions</url>
  61. </ciManagement>
  62. <dependencies>
  63. <dependency>
  64. <groupId>org.mockito</groupId>
  65. <artifactId>mockito-core</artifactId>
  66. <version>4.9.0</version>
  67. </dependency>
  68. <dependency>
  69. <groupId>org.mockito</groupId>
  70. <artifactId>mockito-android</artifactId>
  71. <version>4.9.0</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.mockito</groupId>
  75. <artifactId>mockito-errorprone</artifactId>
  76. <version>4.9.0</version>
  77. </dependency>
  78. <dependency>
  79. <groupId>org.mockito</groupId>
  80. <artifactId>mockito-inline</artifactId>
  81. <version>4.9.0</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>org.mockito</groupId>
  85. <artifactId>mockito-junit-jupiter</artifactId>
  86. <version>4.9.0</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>org.mockito</groupId>
  90. <artifactId>mockito-proxy</artifactId>
  91. <version>4.9.0</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>org.mockito</groupId>
  95. <artifactId>mockito-bom</artifactId>
  96. <version>4.9.0</version>
  97. </dependency>
  98. </dependencies>
  99. </project>