| @@ -15,6 +15,7 @@ org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serializat | |||||
| org.jetbrains.exposed:exposed-bom:0.41.1 | org.jetbrains.exposed:exposed-bom:0.41.1 | ||||
| org.slf4j:slf4j-api:2.0.6 | org.slf4j:slf4j-api:2.0.6 | ||||
| org.junit:junit-bom:5.9.1 | org.junit:junit-bom:5.9.1 | ||||
| com.github.node-gradle.node:com.github.node-gradle.node.gradle.plugin:3.5.1 | |||||
| io.kotest:kotest-bom:5.5.4 | io.kotest:kotest-bom:5.5.4 | ||||
| io.kotest:kotest-runner-junit5:5.5.4 | io.kotest:kotest-runner-junit5:5.5.4 | ||||
| org.asciidoctor:asciidoctor-maven-plugin | org.asciidoctor:asciidoctor-maven-plugin | ||||
| @@ -5,6 +5,7 @@ | |||||
| <modules> | <modules> | ||||
| <module>poms/ch.qos.logback-logback-classic-1.2.11/pom.xml</module> | <module>poms/ch.qos.logback-logback-classic-1.2.11/pom.xml</module> | ||||
| <module>poms/ch.qos.logback-logback-parent-1.2.11/pom.xml</module> | <module>poms/ch.qos.logback-logback-parent-1.2.11/pom.xml</module> | ||||
| <module>poms/com.github.node-gradle.node-com.github.node-gradle.node.gradle.plugin-3.5.1/pom.xml</module> | |||||
| <module>poms/com.thoughtworks.qdox-qdox-2.0.1/pom.xml</module> | <module>poms/com.thoughtworks.qdox-qdox-2.0.1/pom.xml</module> | ||||
| <module>poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml</module> | <module>poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml</module> | ||||
| <module>poms/com.vladmihalcea-hibernate-types-parent-2.21.1/pom.xml</module> | <module>poms/com.vladmihalcea-hibernate-types-parent-2.21.1/pom.xml</module> | ||||
| @@ -0,0 +1,19 @@ | |||||
| <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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||||
| <modelVersion>4.0.0</modelVersion> | |||||
| <groupId>tmp.com.github.node-gradle.node</groupId> | |||||
| <artifactId>placeholder.com.github.node-gradle.node.gradle.plugin</artifactId> | |||||
| <version>3.5.1</version> | |||||
| <packaging>pom</packaging> | |||||
| <dependencies> | |||||
| <dependency> | |||||
| <groupId>com.github.node-gradle</groupId> | |||||
| <artifactId>gradle-node-plugin</artifactId> | |||||
| <version>3.5.1</version> | |||||
| </dependency> | |||||
| <dependency> | |||||
| <groupId>com.github.node-gradle.node</groupId> | |||||
| <artifactId>com.github.node-gradle.node.gradle.plugin</artifactId> | |||||
| <version>3.5.1</version> | |||||
| </dependency> | |||||
| </dependencies> | |||||
| </project> | |||||