| @@ -18,10 +18,7 @@ org.asciidoctor:asciidoctorj-revealjs | |||
| org.asciidoctor:asciidoctorj-diagram-plantuml | |||
| org.asciidoctor:asciidoctorj-pdf | |||
| org.asciidoctor:asciidoctorj-diagram | |||
| org.hibernate:hibernate-core | |||
| com.google.guava:guava | |||
| org.hibernate:hibernate-ehcache | |||
| org.postgresql:postgresql | |||
| com.vladmihalcea:hibernate-types-55 | |||
| org.springframework.boot:spring-boot-starter-actuator | |||
| org.springframework.boot:spring-boot-starter-amqp | |||
| org.springframework.boot:spring-boot-starter-hateoas | |||
| @@ -5,9 +5,9 @@ | |||
| <modules> | |||
| <module>poms/com.fasterxml.jackson:jackson-bom:2.13.3/pom.xml</module> | |||
| <module>poms/com.github.eirslett:frontend-maven-plugin:1.12.1/pom.xml</module> | |||
| <module>poms/com.google.guava:guava:31.1-jre/pom.xml</module> | |||
| <module>poms/com.google.inject:guice-bom:5.1.0/pom.xml</module> | |||
| <module>poms/com.thoughtworks.qdox:qdox:2.0.1/pom.xml</module> | |||
| <module>poms/com.vladmihalcea:hibernate-types-55:2.16.2/pom.xml</module> | |||
| <module>poms/io.insert-koin:koin-core:3.2.0/pom.xml</module> | |||
| <module>poms/io.insert-koin:koin-core-jvm:3.2.0/pom.xml</module> | |||
| <module>poms/io.insert-koin:koin-test:3.2.0/pom.xml</module> | |||
| @@ -35,9 +35,6 @@ | |||
| <module>poms/org.asciidoctor:asciidoctor-maven-plugin:2.2.2/pom.xml</module> | |||
| <module>poms/org.axonframework:axon-bom:4.5.12/pom.xml</module> | |||
| <module>poms/org.eclipse.sisu:org.eclipse.sisu.inject:0.9.0.M1/pom.xml</module> | |||
| <module>poms/org.hibernate:hibernate-core:6.0.1.Final/pom.xml</module> | |||
| <module>poms/org.hibernate:hibernate-core:6.0.2.Final/pom.xml</module> | |||
| <module>poms/org.hibernate:hibernate-ehcache:6.0.0.Alpha7/pom.xml</module> | |||
| <module>poms/org.jboss.resteasy:resteasy-bom:6.1.0.Beta2/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlin:kotlin-bom:1.7.0-RC/pom.xml</module> | |||
| <module>poms/org.jetbrains.kotlin:kotlin-maven-allopen:1.7.0-RC/pom.xml</module> | |||
| @@ -46,7 +43,6 @@ | |||
| <module>poms/org.junit:junit-bom:5.7.1/pom.xml</module> | |||
| <module>poms/org.junit:junit-bom:5.9.0-M1/pom.xml</module> | |||
| <module>poms/org.mockito:mockito-bom:4.5.1/pom.xml</module> | |||
| <module>poms/org.postgresql:postgresql:42.3.6/pom.xml</module> | |||
| <module>poms/org.springframework.amqp:spring-rabbit-test:2.4.5/pom.xml</module> | |||
| <module>poms/org.springframework.boot:spring-boot-starter-actuator:2.7.0/pom.xml</module> | |||
| <module>poms/org.springframework.boot:spring-boot-starter-amqp:2.7.0/pom.xml</module> | |||
| @@ -2,16 +2,16 @@ | |||
| <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"> | |||
| <modelVersion>4.0.0</modelVersion> | |||
| <groupId>tmp.com.google.guava</groupId> | |||
| <artifactId>placeholder-guava</artifactId> | |||
| <version>31.1-jre</version> | |||
| <groupId>tmp.com.vladmihalcea</groupId> | |||
| <artifactId>placeholder-hibernate-types-55</artifactId> | |||
| <version>2.16.2</version> | |||
| <packaging>pom</packaging> | |||
| <name>Package guava</name> | |||
| <name>Package hibernate-types-55</name> | |||
| <dependencies> | |||
| <dependency> | |||
| <groupId>com.google.guava</groupId> | |||
| <artifactId>guava</artifactId> | |||
| <version>31.1-jre</version> | |||
| <groupId>com.vladmihalcea</groupId> | |||
| <artifactId>hibernate-types-55</artifactId> | |||
| <version>2.16.2</version> | |||
| </dependency> | |||
| </dependencies> | |||
| </project> | |||
| @@ -1,49 +0,0 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <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"> | |||
| <modelVersion>4.0.0</modelVersion> | |||
| <groupId>org.hibernate</groupId> | |||
| <artifactId>hibernate-core</artifactId> | |||
| <version>6.0.1.Final</version> | |||
| <packaging>pom</packaging> | |||
| <name>hibernate-core - relocation</name> | |||
| <description>Hibernate's core ORM functionality</description> | |||
| <url>https://hibernate.org/orm</url> | |||
| <organization> | |||
| <name>Hibernate.org</name> | |||
| <url>https://hibernate.org</url> | |||
| </organization> | |||
| <licenses> | |||
| <license> | |||
| <name>GNU Library General Public License v2.1 or later</name> | |||
| <url>https://www.opensource.org/licenses/LGPL-2.1</url> | |||
| <distribution>repo</distribution> | |||
| <comments>See discussion at https://hibernate.org/community/license/ for more details.</comments> | |||
| </license> | |||
| </licenses> | |||
| <developers> | |||
| <developer> | |||
| <id>hibernate-team</id> | |||
| <name>The Hibernate Development Team</name> | |||
| <organization>Hibernate.org</organization> | |||
| <organizationUrl>https://hibernate.org</organizationUrl> | |||
| </developer> | |||
| </developers> | |||
| <scm> | |||
| <connection>scm:git:https://github.com/hibernate/hibernate-orm.git</connection> | |||
| <developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection> | |||
| <url>https://github.com/hibernate/hibernate-orm</url> | |||
| </scm> | |||
| <issueManagement> | |||
| <system>jira</system> | |||
| <url>https://hibernate.atlassian.net/browse/HHH</url> | |||
| </issueManagement> | |||
| <distributionManagement> | |||
| <relocation> | |||
| <groupId>org.hibernate.orm</groupId> | |||
| <artifactId>hibernate-core</artifactId> | |||
| <version>6.0.1.Final</version> | |||
| </relocation> | |||
| </distributionManagement> | |||
| </project> | |||
| @@ -1,49 +0,0 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <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"> | |||
| <modelVersion>4.0.0</modelVersion> | |||
| <groupId>org.hibernate</groupId> | |||
| <artifactId>hibernate-core</artifactId> | |||
| <version>6.0.2.Final</version> | |||
| <packaging>pom</packaging> | |||
| <name>hibernate-core - relocation</name> | |||
| <description>Hibernate's core ORM functionality</description> | |||
| <url>https://hibernate.org/orm</url> | |||
| <organization> | |||
| <name>Hibernate.org</name> | |||
| <url>https://hibernate.org</url> | |||
| </organization> | |||
| <licenses> | |||
| <license> | |||
| <name>GNU Library General Public License v2.1 or later</name> | |||
| <url>https://www.opensource.org/licenses/LGPL-2.1</url> | |||
| <distribution>repo</distribution> | |||
| <comments>See discussion at https://hibernate.org/community/license/ for more details.</comments> | |||
| </license> | |||
| </licenses> | |||
| <developers> | |||
| <developer> | |||
| <id>hibernate-team</id> | |||
| <name>The Hibernate Development Team</name> | |||
| <organization>Hibernate.org</organization> | |||
| <organizationUrl>https://hibernate.org</organizationUrl> | |||
| </developer> | |||
| </developers> | |||
| <scm> | |||
| <connection>scm:git:https://github.com/hibernate/hibernate-orm.git</connection> | |||
| <developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection> | |||
| <url>https://github.com/hibernate/hibernate-orm</url> | |||
| </scm> | |||
| <issueManagement> | |||
| <system>jira</system> | |||
| <url>https://hibernate.atlassian.net/browse/HHH</url> | |||
| </issueManagement> | |||
| <distributionManagement> | |||
| <relocation> | |||
| <groupId>org.hibernate.orm</groupId> | |||
| <artifactId>hibernate-core</artifactId> | |||
| <version>6.0.2.Final</version> | |||
| </relocation> | |||
| </distributionManagement> | |||
| </project> | |||
| @@ -1,49 +0,0 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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"> | |||
| <modelVersion>4.0.0</modelVersion> | |||
| <groupId>org.hibernate</groupId> | |||
| <artifactId>hibernate-ehcache</artifactId> | |||
| <version>6.0.0.Alpha7</version> | |||
| <packaging>pom</packaging> | |||
| <name>hibernate-ehcache - relocation</name> | |||
| <description>Hibernate ORM 6.0.0.Alpha7 release. See http://hibernate.org/orm/releases/6.0</description> | |||
| <url>http://hibernate.org/orm</url> | |||
| <organization> | |||
| <name>Hibernate.org</name> | |||
| <url>http://hibernate.org</url> | |||
| </organization> | |||
| <licenses> | |||
| <license> | |||
| <name>GNU Library General Public License v2.1 or later</name> | |||
| <url>http://www.opensource.org/licenses/LGPL-2.1</url> | |||
| <distribution>repo</distribution> | |||
| <comments>See discussion at http://hibernate.org/community/license/ for more details.</comments> | |||
| </license> | |||
| </licenses> | |||
| <developers> | |||
| <developer> | |||
| <id>hibernate-team</id> | |||
| <name>The Hibernate Development Team</name> | |||
| <organization>Hibernate.org</organization> | |||
| <organizationUrl>http://hibernate.org</organizationUrl> | |||
| </developer> | |||
| </developers> | |||
| <scm> | |||
| <connection>scm:git:http://github.com/hibernate/hibernate-orm.git</connection> | |||
| <developerConnection>scm:git:git@github.com:hibernate/hibernate-orm.git</developerConnection> | |||
| <url>http://github.com/hibernate/hibernate-orm</url> | |||
| </scm> | |||
| <issueManagement> | |||
| <system>jira</system> | |||
| <url>https://hibernate.atlassian.net/browse/HHH</url> | |||
| </issueManagement> | |||
| <distributionManagement> | |||
| <relocation> | |||
| <groupId>org.hibernate.orm</groupId> | |||
| <artifactId>hibernate-ehcache</artifactId> | |||
| <version>6.0.0.Alpha7</version> | |||
| </relocation> | |||
| </distributionManagement> | |||
| </project> | |||
| @@ -1,17 +0,0 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <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"> | |||
| <modelVersion>4.0.0</modelVersion> | |||
| <groupId>tmp.org.postgresql</groupId> | |||
| <artifactId>placeholder-postgresql</artifactId> | |||
| <version>42.3.6</version> | |||
| <packaging>pom</packaging> | |||
| <name>Package postgresql</name> | |||
| <dependencies> | |||
| <dependency> | |||
| <groupId>org.postgresql</groupId> | |||
| <artifactId>postgresql</artifactId> | |||
| <version>42.3.6</version> | |||
| </dependency> | |||
| </dependencies> | |||
| </project> | |||