| @@ -69,3 +69,7 @@ io.github.microutils:kotlin-logging-jvm | |||
| org.snmp4j:snmp4j | |||
| io.github.microutils:kotlin-logging | |||
| org.apache.sshd:sshd | |||
| org.hibernate.reactive:hibernate-reactive-core | |||
| org.jetbrains.exposed:exposed-bom | |||
| org.jetbrains.kotlinx:kotlinx-datetime-jvm | |||
| org.ktorm:ktorm-core | |||
| @@ -17,6 +17,7 @@ | |||
| <module>poms/io.insert-koin-koin-test-junit5-3.2.2/pom.xml</module> | |||
| <module>poms/io.insert-koin-koin-test-jvm-3.2.2/pom.xml</module> | |||
| <module>poms/io.kotest-kotest-bom-5.4.2/pom.xml</module> | |||
| <module>poms/io.kotest-kotest-bom-5.5.0/pom.xml</module> | |||
| <module>poms/io.ktor-ktor-bom-2.0.1/pom.xml</module> | |||
| <module>poms/io.ktor-ktor-bom-2.1.2/pom.xml</module> | |||
| <module>poms/io.mockk-mockk-jvm-1.13.2/pom.xml</module> | |||
| @@ -49,7 +50,9 @@ | |||
| <module>poms/org.glassfish.corba-glassfish-corba-orb-4.2.4/pom.xml</module> | |||
| <module>poms/org.glassfish.corba-glassfish-corba-tests-4.2.4/pom.xml</module> | |||
| <module>poms/org.glassfish.corba-idlj-4.2.4/pom.xml</module> | |||
| <module>poms/org.hibernate.reactive-hibernate-reactive-core-1.1.8.Final/pom.xml</module> | |||
| <module>poms/org.jboss.resteasy-resteasy-bom-6.2.0.Final/pom.xml</module> | |||
| <module>poms/org.jetbrains.exposed-exposed-bom-0.39.2/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlin-kotlin-bom-1.7.20/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-allopen-1.7.20/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-noarg-1.7.20/pom.xml</module> | |||
| @@ -58,10 +61,12 @@ | |||
| <module>poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.7.20/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-jvm-1.6.4/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlinx-kotlinx-datetime-jvm-0.4.0/pom.xml</module> | |||
| <module>poms/org.junit-junit-bom-5.7.1/pom.xml</module> | |||
| <module>poms/org.junit-junit-bom-5.9.1/pom.xml</module> | |||
| <module>poms/org.kodein.di-kodein-di-framework-ktor-server-jvm-7.15.0-kotlin-1.7.20-RC/pom.xml</module> | |||
| <module>poms/org.kodein.di-kodein-di-jvm-7.15.0-kotlin-1.7.20-RC/pom.xml</module> | |||
| <module>poms/org.ktorm-ktorm-core-3.5.0/pom.xml</module> | |||
| <module>poms/org.mockito.kotlin-mockito-kotlin-4.0.0/pom.xml</module> | |||
| <module>poms/org.mockito-mockito-bom-4.8.0/pom.xml</module> | |||
| <module>poms/org.slf4j-slf4j-api-2.0.3/pom.xml</module> | |||
| @@ -0,0 +1,145 @@ | |||
| <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>io.kotest</groupId> | |||
| <artifactId>kotest-bom</artifactId> | |||
| <version>5.5.0</version> | |||
| <packaging>pom</packaging> | |||
| <name>Kotest</name> | |||
| <description>Kotlin Test Framework</description> | |||
| <url>https://github.com/kotest/kotest</url> | |||
| <licenses> | |||
| <license> | |||
| <name>Apache-2.0</name> | |||
| <url>https://opensource.org/licenses/Apache-2.0</url> | |||
| </license> | |||
| </licenses> | |||
| <developers> | |||
| <developer> | |||
| <id>sksamuel</id> | |||
| <name>Stephen Samuel</name> | |||
| <email>sam@sksamuel.com</email> | |||
| </developer> | |||
| </developers> | |||
| <scm> | |||
| <connection>scm:git:https://github.com/kotest/kotest/</connection> | |||
| <developerConnection>scm:git:https://github.com/sksamuel/</developerConnection> | |||
| <url>https://github.com/kotest/kotest/</url> | |||
| </scm> | |||
| <dependencies> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-common</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-extensions</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-property</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-assertions-api</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-assertions-core</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-assertions-json</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-assertions-shared</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-assertions-sql</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-extensions-htmlreporter</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-extensions-http</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-extensions-junit5</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-extensions-junitxml</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-api</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-concurrency</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-datatest</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-discovery</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-engine</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-multiplatform-plugin-embeddable-compiler</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-multiplatform-plugin-gradle</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-framework-multiplatform-plugin-legacy-native</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-property-lifecycle</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-runner-junit4</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| <dependency> | |||
| <groupId>io.kotest</groupId> | |||
| <artifactId>kotest-runner-junit5</artifactId> | |||
| <version>5.5.0</version> | |||
| </dependency> | |||
| </dependencies> | |||
| </project> | |||
| @@ -0,0 +1,14 @@ | |||
| <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>tmp.org.hibernate.reactive</groupId> | |||
| <artifactId>placeholder-hibernate-reactive-core</artifactId> | |||
| <version>1.1.8.Final</version> | |||
| <name>Package hibernate-reactive-core</name> | |||
| <dependencies> | |||
| <dependency> | |||
| <groupId>org.hibernate.reactive</groupId> | |||
| <artifactId>hibernate-reactive-core</artifactId> | |||
| <version>1.1.8.Final</version> | |||
| </dependency> | |||
| </dependencies> | |||
| </project> | |||
| @@ -0,0 +1,82 @@ | |||
| <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> | |||
| @@ -0,0 +1,14 @@ | |||
| <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>tmp.org.jetbrains.kotlinx</groupId> | |||
| <artifactId>placeholder-kotlinx-datetime-jvm</artifactId> | |||
| <version>0.4.0</version> | |||
| <name>Package kotlinx-datetime-jvm</name> | |||
| <dependencies> | |||
| <dependency> | |||
| <groupId>org.jetbrains.kotlinx</groupId> | |||
| <artifactId>kotlinx-datetime-jvm</artifactId> | |||
| <version>0.4.0</version> | |||
| </dependency> | |||
| </dependencies> | |||
| </project> | |||
| @@ -0,0 +1,14 @@ | |||
| <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>tmp.org.ktorm</groupId> | |||
| <artifactId>placeholder-ktorm-core</artifactId> | |||
| <version>3.5.0</version> | |||
| <name>Package ktorm-core</name> | |||
| <dependencies> | |||
| <dependency> | |||
| <groupId>org.ktorm</groupId> | |||
| <artifactId>ktorm-core</artifactId> | |||
| <version>3.5.0</version> | |||
| </dependency> | |||
| </dependencies> | |||
| </project> | |||