From c2d15233ae3722661bc637f2dc3c849f342505c2 Mon Sep 17 00:00:00 2001 From: Sindre Stephansen Date: Tue, 31 May 2022 10:42:34 +0200 Subject: [PATCH] Add hibernate-types-55 --- package-list.txt | 5 +- pom.xml | 6 +-- .../pom.xml | 14 +++--- .../pom.xml | 49 ------------------- .../pom.xml | 49 ------------------- .../pom.xml | 49 ------------------- poms/org.postgresql:postgresql:42.3.6/pom.xml | 17 ------- 7 files changed, 9 insertions(+), 180 deletions(-) rename poms/{com.google.guava:guava:31.1-jre => com.vladmihalcea:hibernate-types-55:2.16.2}/pom.xml (56%) delete mode 100644 poms/org.hibernate:hibernate-core:6.0.1.Final/pom.xml delete mode 100644 poms/org.hibernate:hibernate-core:6.0.2.Final/pom.xml delete mode 100644 poms/org.hibernate:hibernate-ehcache:6.0.0.Alpha7/pom.xml delete mode 100644 poms/org.postgresql:postgresql:42.3.6/pom.xml diff --git a/package-list.txt b/package-list.txt index 83587c5..be14801 100644 --- a/package-list.txt +++ b/package-list.txt @@ -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 diff --git a/pom.xml b/pom.xml index a6734f4..eac1a13 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ poms/com.fasterxml.jackson:jackson-bom:2.13.3/pom.xml poms/com.github.eirslett:frontend-maven-plugin:1.12.1/pom.xml - poms/com.google.guava:guava:31.1-jre/pom.xml poms/com.google.inject:guice-bom:5.1.0/pom.xml poms/com.thoughtworks.qdox:qdox:2.0.1/pom.xml + poms/com.vladmihalcea:hibernate-types-55:2.16.2/pom.xml poms/io.insert-koin:koin-core:3.2.0/pom.xml poms/io.insert-koin:koin-core-jvm:3.2.0/pom.xml poms/io.insert-koin:koin-test:3.2.0/pom.xml @@ -35,9 +35,6 @@ poms/org.asciidoctor:asciidoctor-maven-plugin:2.2.2/pom.xml poms/org.axonframework:axon-bom:4.5.12/pom.xml poms/org.eclipse.sisu:org.eclipse.sisu.inject:0.9.0.M1/pom.xml - poms/org.hibernate:hibernate-core:6.0.1.Final/pom.xml - poms/org.hibernate:hibernate-core:6.0.2.Final/pom.xml - poms/org.hibernate:hibernate-ehcache:6.0.0.Alpha7/pom.xml poms/org.jboss.resteasy:resteasy-bom:6.1.0.Beta2/pom.xml poms/org.jetbrains.kotlin:kotlin-bom:1.7.0-RC/pom.xml poms/org.jetbrains.kotlin:kotlin-maven-allopen:1.7.0-RC/pom.xml @@ -46,7 +43,6 @@ poms/org.junit:junit-bom:5.7.1/pom.xml poms/org.junit:junit-bom:5.9.0-M1/pom.xml poms/org.mockito:mockito-bom:4.5.1/pom.xml - poms/org.postgresql:postgresql:42.3.6/pom.xml poms/org.springframework.amqp:spring-rabbit-test:2.4.5/pom.xml poms/org.springframework.boot:spring-boot-starter-actuator:2.7.0/pom.xml poms/org.springframework.boot:spring-boot-starter-amqp:2.7.0/pom.xml diff --git a/poms/com.google.guava:guava:31.1-jre/pom.xml b/poms/com.vladmihalcea:hibernate-types-55:2.16.2/pom.xml similarity index 56% rename from poms/com.google.guava:guava:31.1-jre/pom.xml rename to poms/com.vladmihalcea:hibernate-types-55:2.16.2/pom.xml index badf458..90f6514 100644 --- a/poms/com.google.guava:guava:31.1-jre/pom.xml +++ b/poms/com.vladmihalcea:hibernate-types-55:2.16.2/pom.xml @@ -2,16 +2,16 @@ 4.0.0 - tmp.com.google.guava - placeholder-guava - 31.1-jre + tmp.com.vladmihalcea + placeholder-hibernate-types-55 + 2.16.2 pom - Package guava + Package hibernate-types-55 - com.google.guava - guava - 31.1-jre + com.vladmihalcea + hibernate-types-55 + 2.16.2 diff --git a/poms/org.hibernate:hibernate-core:6.0.1.Final/pom.xml b/poms/org.hibernate:hibernate-core:6.0.1.Final/pom.xml deleted file mode 100644 index fde59ad..0000000 --- a/poms/org.hibernate:hibernate-core:6.0.1.Final/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - 4.0.0 - org.hibernate - hibernate-core - 6.0.1.Final - pom - hibernate-core - relocation - Hibernate's core ORM functionality - https://hibernate.org/orm - - Hibernate.org - https://hibernate.org - - - - GNU Library General Public License v2.1 or later - https://www.opensource.org/licenses/LGPL-2.1 - repo - See discussion at https://hibernate.org/community/license/ for more details. - - - - - hibernate-team - The Hibernate Development Team - Hibernate.org - https://hibernate.org - - - - scm:git:https://github.com/hibernate/hibernate-orm.git - scm:git:git@github.com:hibernate/hibernate-orm.git - https://github.com/hibernate/hibernate-orm - - - jira - https://hibernate.atlassian.net/browse/HHH - - - - org.hibernate.orm - hibernate-core - 6.0.1.Final - - - - diff --git a/poms/org.hibernate:hibernate-core:6.0.2.Final/pom.xml b/poms/org.hibernate:hibernate-core:6.0.2.Final/pom.xml deleted file mode 100644 index f1b7e2e..0000000 --- a/poms/org.hibernate:hibernate-core:6.0.2.Final/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - 4.0.0 - org.hibernate - hibernate-core - 6.0.2.Final - pom - hibernate-core - relocation - Hibernate's core ORM functionality - https://hibernate.org/orm - - Hibernate.org - https://hibernate.org - - - - GNU Library General Public License v2.1 or later - https://www.opensource.org/licenses/LGPL-2.1 - repo - See discussion at https://hibernate.org/community/license/ for more details. - - - - - hibernate-team - The Hibernate Development Team - Hibernate.org - https://hibernate.org - - - - scm:git:https://github.com/hibernate/hibernate-orm.git - scm:git:git@github.com:hibernate/hibernate-orm.git - https://github.com/hibernate/hibernate-orm - - - jira - https://hibernate.atlassian.net/browse/HHH - - - - org.hibernate.orm - hibernate-core - 6.0.2.Final - - - - diff --git a/poms/org.hibernate:hibernate-ehcache:6.0.0.Alpha7/pom.xml b/poms/org.hibernate:hibernate-ehcache:6.0.0.Alpha7/pom.xml deleted file mode 100644 index 99daf5c..0000000 --- a/poms/org.hibernate:hibernate-ehcache:6.0.0.Alpha7/pom.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - 4.0.0 - org.hibernate - hibernate-ehcache - 6.0.0.Alpha7 - pom - hibernate-ehcache - relocation - Hibernate ORM 6.0.0.Alpha7 release. See http://hibernate.org/orm/releases/6.0 - http://hibernate.org/orm - - Hibernate.org - http://hibernate.org - - - - GNU Library General Public License v2.1 or later - http://www.opensource.org/licenses/LGPL-2.1 - repo - See discussion at http://hibernate.org/community/license/ for more details. - - - - - hibernate-team - The Hibernate Development Team - Hibernate.org - http://hibernate.org - - - - scm:git:http://github.com/hibernate/hibernate-orm.git - scm:git:git@github.com:hibernate/hibernate-orm.git - http://github.com/hibernate/hibernate-orm - - - jira - https://hibernate.atlassian.net/browse/HHH - - - - org.hibernate.orm - hibernate-ehcache - 6.0.0.Alpha7 - - - - diff --git a/poms/org.postgresql:postgresql:42.3.6/pom.xml b/poms/org.postgresql:postgresql:42.3.6/pom.xml deleted file mode 100644 index a345004..0000000 --- a/poms/org.postgresql:postgresql:42.3.6/pom.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - 4.0.0 - tmp.org.postgresql - placeholder-postgresql - 42.3.6 - pom - Package postgresql - - - org.postgresql - postgresql - 42.3.6 - - -