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

58 lines
2.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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <!-- This module was also published with a richer model, Gradle metadata, -->
  4. <!-- which should be used instead. Do not delete the following line which -->
  5. <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
  6. <!-- that they should prefer consuming it instead. -->
  7. <!-- do_not_remove: published-with-gradle-metadata -->
  8. <modelVersion>4.0.0</modelVersion>
  9. <groupId>io.kotest</groupId>
  10. <artifactId>kotest-bom</artifactId>
  11. <version>5.2.2</version>
  12. <packaging>pom</packaging>
  13. <name>Kotest</name>
  14. <dependencies>
  15. <dependency>
  16. <groupId>org.asciidoctor</groupId>
  17. <artifactId>asciidoctor-maven-plugin</artifactId>
  18. <version>2.2.2</version>
  19. <type>maven-plugin</type>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.asciidoctor</groupId>
  23. <artifactId>asciidoctorj</artifactId>
  24. <version>2.5.3</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.asciidoctor</groupId>
  28. <artifactId>asciidoctorj-api</artifactId>
  29. <version>2.5.3</version>
  30. </dependency>
  31. <dependency>
  32. <groupId>org.asciidoctor</groupId>
  33. <artifactId>asciidoctorj-test-support</artifactId>
  34. <version>2.5.3</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.asciidoctor</groupId>
  38. <artifactId>asciidoctorj-revealjs</artifactId>
  39. <version>4.1.0</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.asciidoctor</groupId>
  43. <artifactId>asciidoctorj-diagram-plantuml</artifactId>
  44. <version>1.2021.8</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.asciidoctor</groupId>
  48. <artifactId>asciidoctorj-pdf</artifactId>
  49. <version>1.6.2</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.asciidoctor</groupId>
  53. <artifactId>asciidoctorj-diagram</artifactId>
  54. <version>2.2.1</version>
  55. </dependency>
  56. </dependencies>
  57. </project>