25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

161 lines
5.4KB

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