|
- <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">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-bom</artifactId>
- <version>0.39.2</version>
- <packaging>pom</packaging>
- <name>exposed-bom</name>
- <description>Exposed, an ORM framework for Kotlin</description>
- <url>https://github.com/JetBrains/Exposed</url>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>JetBrains</id>
- <name>JetBrains Team</name>
- <organization>JetBrains</organization>
- <organizationUrl>https://www.jetbrains.com</organizationUrl>
- </developer>
- </developers>
- <scm>
- <connection>scm:git:git://github.com/JetBrains/Exposed.git</connection>
- <developerConnection>scm:git:git@github.com:JetBrains/Exposed.git</developerConnection>
- <url>https://github.com/JetBrains/Exposed</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-core</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-crypt</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-dao</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-java-time</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-jdbc</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-jodatime</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-kotlin-datetime</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-money</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>exposed-spring-boot-starter</artifactId>
- <version>0.39.2</version>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.exposed</groupId>
- <artifactId>spring-transaction</artifactId>
- <version>0.39.2</version>
- </dependency>
- </dependencies>
- </project>
|