From 56148111677558e9a49cb5b193e8fd0df1dbf521 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 27 Apr 2024 18:32:36 -0400 Subject: [PATCH] [pom] Exclude all transients as this bom should only manage mybatis modules --- pom.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/pom.xml b/pom.xml index 1e51a2d..58aabb7 100644 --- a/pom.xml +++ b/pom.xml @@ -76,31 +76,67 @@ org.mybatis.caches mybatis-caffeine 1.0.0 + + + * + * + + org.mybatis.caches mybatis-ehcache 1.2.3 + + + * + * + + org.mybatis.caches mybatis-hazelcast 1.3.1 + + + * + * + + org.mybatis.caches mybatis-ignite 1.1.1 + + + * + * + + org.mybatis.caches mybatis-memcached 1.1.1 + + + * + * + + org.mybatis.caches mybatis-redis 1.0.0-beta2 + + + * + * + + @@ -108,11 +144,23 @@ org.mybatis mybatis-cdi 1.1.4 + + + * + * + + org.mybatis mybatis-guice 3.18 + + + * + * + + org.mybatis @@ -142,6 +190,12 @@ org.mybatis mybatis-2-spring 1.2.0 + + + * + * + + @@ -156,6 +210,12 @@ org.mybatis.scala mybatis-scala-core_2.13 1.3.1 + + + * + * + + @@ -163,16 +223,34 @@ org.mybatis.scripting mybatis-freemarker 1.2.4 + + + * + * + + org.mybatis.scripting mybatis-thymeleaf 1.0.4 + + + * + * + + org.mybatis.scripting mybatis-velocity 2.1.2 + + + * + * + + @@ -180,6 +258,12 @@ org.mybatis.spring.boot mybatis-spring-boot-starter 2.3.2 + + + * + * + +