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.

150 lines
4.7KB

  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>io.kotest</groupId>
  4. <artifactId>kotest-bom</artifactId>
  5. <version>5.3.0</version>
  6. <packaging>pom</packaging>
  7. <name>Kotest</name>
  8. <description>Kotlin Test Framework</description>
  9. <url>https://github.com/kotest/kotest</url>
  10. <licenses>
  11. <license>
  12. <name>Apache-2.0</name>
  13. <url>https://opensource.org/licenses/Apache-2.0</url>
  14. </license>
  15. </licenses>
  16. <developers>
  17. <developer>
  18. <id>sksamuel</id>
  19. <name>Stephen Samuel</name>
  20. <email>sam@sksamuel.com</email>
  21. </developer>
  22. </developers>
  23. <scm>
  24. <connection>scm:git:https://github.com/kotest/kotest/</connection>
  25. <developerConnection>scm:git:https://github.com/sksamuel/</developerConnection>
  26. <url>https://github.com/kotest/kotest/</url>
  27. </scm>
  28. <dependencies>
  29. <dependency>
  30. <groupId>io.kotest</groupId>
  31. <artifactId>kotest-common</artifactId>
  32. <version>5.3.0</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>io.kotest</groupId>
  36. <artifactId>kotest-extensions</artifactId>
  37. <version>5.3.0</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>io.kotest</groupId>
  41. <artifactId>kotest-property</artifactId>
  42. <version>5.3.0</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>io.kotest</groupId>
  46. <artifactId>kotest-assertions-api</artifactId>
  47. <version>5.3.0</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>io.kotest</groupId>
  51. <artifactId>kotest-assertions-core</artifactId>
  52. <version>5.3.0</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>io.kotest</groupId>
  56. <artifactId>kotest-assertions-json</artifactId>
  57. <version>5.3.0</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>io.kotest</groupId>
  61. <artifactId>kotest-assertions-shared</artifactId>
  62. <version>5.3.0</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>io.kotest</groupId>
  66. <artifactId>kotest-assertions-sql</artifactId>
  67. <version>5.3.0</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>io.kotest</groupId>
  71. <artifactId>kotest-extensions-htmlreporter</artifactId>
  72. <version>5.3.0</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>io.kotest</groupId>
  76. <artifactId>kotest-extensions-http</artifactId>
  77. <version>5.3.0</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>io.kotest</groupId>
  81. <artifactId>kotest-extensions-junit5</artifactId>
  82. <version>5.3.0</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>io.kotest</groupId>
  86. <artifactId>kotest-extensions-junitxml</artifactId>
  87. <version>5.3.0</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>io.kotest</groupId>
  91. <artifactId>kotest-framework-api</artifactId>
  92. <version>5.3.0</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>io.kotest</groupId>
  96. <artifactId>kotest-framework-concurrency</artifactId>
  97. <version>5.3.0</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>io.kotest</groupId>
  101. <artifactId>kotest-framework-datatest</artifactId>
  102. <version>5.3.0</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>io.kotest</groupId>
  106. <artifactId>kotest-framework-discovery</artifactId>
  107. <version>5.3.0</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>io.kotest</groupId>
  111. <artifactId>kotest-framework-engine</artifactId>
  112. <version>5.3.0</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.kotest</groupId>
  116. <artifactId>kotest-framework-multiplatform-plugin-gradle</artifactId>
  117. <version>5.3.0</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>io.kotest</groupId>
  121. <artifactId>kotest-framework-multiplatform-plugin-js</artifactId>
  122. <version>5.3.0</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>io.kotest</groupId>
  126. <artifactId>kotest-framework-multiplatform-plugin-native</artifactId>
  127. <version>5.3.0</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>io.kotest</groupId>
  131. <artifactId>kotest-framework-standalone</artifactId>
  132. <version>5.3.0</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>io.kotest</groupId>
  136. <artifactId>kotest-property-lifecycle</artifactId>
  137. <version>5.3.0</version>
  138. </dependency>
  139. <dependency>
  140. <groupId>io.kotest</groupId>
  141. <artifactId>kotest-runner-junit4</artifactId>
  142. <version>5.3.0</version>
  143. </dependency>
  144. <dependency>
  145. <groupId>io.kotest</groupId>
  146. <artifactId>kotest-runner-junit5</artifactId>
  147. <version>5.3.0</version>
  148. </dependency>
  149. </dependencies>
  150. </project>