You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.9KB

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