選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

82 行
2.8KB

  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>org.jetbrains.exposed</groupId>
  4. <artifactId>exposed-bom</artifactId>
  5. <version>0.40.1</version>
  6. <packaging>pom</packaging>
  7. <name>exposed-bom</name>
  8. <description>Exposed, an ORM framework for Kotlin</description>
  9. <url>https://github.com/JetBrains/Exposed</url>
  10. <licenses>
  11. <license>
  12. <name>The Apache Software License, Version 2.0</name>
  13. <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
  14. <distribution>repo</distribution>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>JetBrains</id>
  20. <name>JetBrains Team</name>
  21. <organization>JetBrains</organization>
  22. <organizationUrl>https://www.jetbrains.com</organizationUrl>
  23. </developer>
  24. </developers>
  25. <scm>
  26. <connection>scm:git:git://github.com/JetBrains/Exposed.git</connection>
  27. <developerConnection>scm:git:git@github.com:JetBrains/Exposed.git</developerConnection>
  28. <url>https://github.com/JetBrains/Exposed</url>
  29. </scm>
  30. <dependencies>
  31. <dependency>
  32. <groupId>org.jetbrains.exposed</groupId>
  33. <artifactId>exposed-core</artifactId>
  34. <version>0.40.1</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.jetbrains.exposed</groupId>
  38. <artifactId>exposed-crypt</artifactId>
  39. <version>0.40.1</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.jetbrains.exposed</groupId>
  43. <artifactId>exposed-dao</artifactId>
  44. <version>0.40.1</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.jetbrains.exposed</groupId>
  48. <artifactId>exposed-java-time</artifactId>
  49. <version>0.40.1</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.jetbrains.exposed</groupId>
  53. <artifactId>exposed-jdbc</artifactId>
  54. <version>0.40.1</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.jetbrains.exposed</groupId>
  58. <artifactId>exposed-jodatime</artifactId>
  59. <version>0.40.1</version>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.jetbrains.exposed</groupId>
  63. <artifactId>exposed-kotlin-datetime</artifactId>
  64. <version>0.40.1</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>org.jetbrains.exposed</groupId>
  68. <artifactId>exposed-money</artifactId>
  69. <version>0.40.1</version>
  70. </dependency>
  71. <dependency>
  72. <groupId>org.jetbrains.exposed</groupId>
  73. <artifactId>exposed-spring-boot-starter</artifactId>
  74. <version>0.40.1</version>
  75. </dependency>
  76. <dependency>
  77. <groupId>org.jetbrains.exposed</groupId>
  78. <artifactId>spring-transaction</artifactId>
  79. <version>0.40.1</version>
  80. </dependency>
  81. </dependencies>
  82. </project>