|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 |
|
4 | | - Copyright 2010-2024 the original author or authors. |
| 4 | + Copyright 2010-2025 the original author or authors. |
5 | 5 |
|
6 | 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | you may not use this file except in compliance with the License. |
|
77 | 77 | <artifactId>mybatis-caffeine</artifactId> |
78 | 78 | <version>1.2.0</version> |
79 | 79 | <exclusions> |
80 | | - <exclusion> |
81 | | - <groupId>*</groupId> |
82 | | - <artifactId>*</artifactId> |
83 | | - </exclusion> |
| 80 | + <exclusion> |
| 81 | + <groupId>*</groupId> |
| 82 | + <artifactId>*</artifactId> |
| 83 | + </exclusion> |
84 | 84 | </exclusions> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.mybatis.caches</groupId> |
88 | 88 | <artifactId>mybatis-ehcache</artifactId> |
89 | 89 | <version>1.3.0</version> |
90 | 90 | <exclusions> |
91 | | - <exclusion> |
92 | | - <groupId>*</groupId> |
93 | | - <artifactId>*</artifactId> |
94 | | - </exclusion> |
| 91 | + <exclusion> |
| 92 | + <groupId>*</groupId> |
| 93 | + <artifactId>*</artifactId> |
| 94 | + </exclusion> |
95 | 95 | </exclusions> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>org.mybatis.caches</groupId> |
99 | 99 | <artifactId>mybatis-hazelcast</artifactId> |
100 | 100 | <version>1.3.1</version> |
101 | 101 | <exclusions> |
102 | | - <exclusion> |
103 | | - <groupId>*</groupId> |
104 | | - <artifactId>*</artifactId> |
105 | | - </exclusion> |
| 102 | + <exclusion> |
| 103 | + <groupId>*</groupId> |
| 104 | + <artifactId>*</artifactId> |
| 105 | + </exclusion> |
106 | 106 | </exclusions> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
109 | 109 | <groupId>org.mybatis.caches</groupId> |
110 | 110 | <artifactId>mybatis-ignite</artifactId> |
111 | 111 | <version>1.1.1</version> |
112 | 112 | <exclusions> |
113 | | - <exclusion> |
114 | | - <groupId>*</groupId> |
115 | | - <artifactId>*</artifactId> |
116 | | - </exclusion> |
| 113 | + <exclusion> |
| 114 | + <groupId>*</groupId> |
| 115 | + <artifactId>*</artifactId> |
| 116 | + </exclusion> |
117 | 117 | </exclusions> |
118 | 118 | </dependency> |
119 | 119 | <dependency> |
120 | 120 | <groupId>org.mybatis.caches</groupId> |
121 | 121 | <artifactId>mybatis-memcached</artifactId> |
122 | 122 | <version>1.1.1</version> |
123 | 123 | <exclusions> |
124 | | - <exclusion> |
125 | | - <groupId>*</groupId> |
126 | | - <artifactId>*</artifactId> |
127 | | - </exclusion> |
| 124 | + <exclusion> |
| 125 | + <groupId>*</groupId> |
| 126 | + <artifactId>*</artifactId> |
| 127 | + </exclusion> |
128 | 128 | </exclusions> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | 131 | <groupId>org.mybatis.caches</groupId> |
132 | 132 | <artifactId>mybatis-redis</artifactId> |
133 | 133 | <version>1.0.0</version> |
134 | 134 | <exclusions> |
135 | | - <exclusion> |
136 | | - <groupId>*</groupId> |
137 | | - <artifactId>*</artifactId> |
138 | | - </exclusion> |
| 135 | + <exclusion> |
| 136 | + <groupId>*</groupId> |
| 137 | + <artifactId>*</artifactId> |
| 138 | + </exclusion> |
139 | 139 | </exclusions> |
140 | 140 | </dependency> |
141 | 141 |
|
|
145 | 145 | <artifactId>mybatis-cdi</artifactId> |
146 | 146 | <version>1.1.4</version> |
147 | 147 | <exclusions> |
148 | | - <exclusion> |
149 | | - <groupId>*</groupId> |
150 | | - <artifactId>*</artifactId> |
151 | | - </exclusion> |
| 148 | + <exclusion> |
| 149 | + <groupId>*</groupId> |
| 150 | + <artifactId>*</artifactId> |
| 151 | + </exclusion> |
152 | 152 | </exclusions> |
153 | 153 | </dependency> |
154 | 154 | <dependency> |
155 | 155 | <groupId>org.mybatis</groupId> |
156 | 156 | <artifactId>mybatis-guice</artifactId> |
157 | 157 | <version>3.18</version> |
158 | 158 | <exclusions> |
159 | | - <exclusion> |
160 | | - <groupId>*</groupId> |
161 | | - <artifactId>*</artifactId> |
162 | | - </exclusion> |
| 159 | + <exclusion> |
| 160 | + <groupId>*</groupId> |
| 161 | + <artifactId>*</artifactId> |
| 162 | + </exclusion> |
163 | 163 | </exclusions> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
|
191 | 191 | <artifactId>mybatis-2-spring</artifactId> |
192 | 192 | <version>1.2.1</version> |
193 | 193 | <exclusions> |
194 | | - <exclusion> |
195 | | - <groupId>*</groupId> |
196 | | - <artifactId>*</artifactId> |
197 | | - </exclusion> |
| 194 | + <exclusion> |
| 195 | + <groupId>*</groupId> |
| 196 | + <artifactId>*</artifactId> |
| 197 | + </exclusion> |
198 | 198 | </exclusions> |
199 | 199 | </dependency> |
200 | 200 |
|
|
211 | 211 | <artifactId>mybatis-scala-core_2.13</artifactId> |
212 | 212 | <version>1.3.1</version> |
213 | 213 | <exclusions> |
214 | | - <exclusion> |
215 | | - <groupId>*</groupId> |
216 | | - <artifactId>*</artifactId> |
217 | | - </exclusion> |
| 214 | + <exclusion> |
| 215 | + <groupId>*</groupId> |
| 216 | + <artifactId>*</artifactId> |
| 217 | + </exclusion> |
218 | 218 | </exclusions> |
219 | 219 | </dependency> |
220 | 220 |
|
|
224 | 224 | <artifactId>mybatis-freemarker</artifactId> |
225 | 225 | <version>1.3.0</version> |
226 | 226 | <exclusions> |
227 | | - <exclusion> |
228 | | - <groupId>*</groupId> |
229 | | - <artifactId>*</artifactId> |
230 | | - </exclusion> |
| 227 | + <exclusion> |
| 228 | + <groupId>*</groupId> |
| 229 | + <artifactId>*</artifactId> |
| 230 | + </exclusion> |
231 | 231 | </exclusions> |
232 | 232 | </dependency> |
233 | 233 | <dependency> |
234 | 234 | <groupId>org.mybatis.scripting</groupId> |
235 | 235 | <artifactId>mybatis-thymeleaf</artifactId> |
236 | 236 | <version>1.1.0</version> |
237 | 237 | <exclusions> |
238 | | - <exclusion> |
239 | | - <groupId>*</groupId> |
240 | | - <artifactId>*</artifactId> |
241 | | - </exclusion> |
| 238 | + <exclusion> |
| 239 | + <groupId>*</groupId> |
| 240 | + <artifactId>*</artifactId> |
| 241 | + </exclusion> |
242 | 242 | </exclusions> |
243 | 243 | </dependency> |
244 | 244 | <dependency> |
245 | 245 | <groupId>org.mybatis.scripting</groupId> |
246 | 246 | <artifactId>mybatis-velocity</artifactId> |
247 | 247 | <version>2.3.0</version> |
248 | 248 | <exclusions> |
249 | | - <exclusion> |
250 | | - <groupId>*</groupId> |
251 | | - <artifactId>*</artifactId> |
252 | | - </exclusion> |
| 249 | + <exclusion> |
| 250 | + <groupId>*</groupId> |
| 251 | + <artifactId>*</artifactId> |
| 252 | + </exclusion> |
253 | 253 | </exclusions> |
254 | 254 | </dependency> |
255 | 255 |
|
|
259 | 259 | <artifactId>mybatis-spring-boot-starter</artifactId> |
260 | 260 | <version>2.3.2</version> |
261 | 261 | <exclusions> |
262 | | - <exclusion> |
263 | | - <groupId>*</groupId> |
264 | | - <artifactId>*</artifactId> |
265 | | - </exclusion> |
| 262 | + <exclusion> |
| 263 | + <groupId>*</groupId> |
| 264 | + <artifactId>*</artifactId> |
| 265 | + </exclusion> |
266 | 266 | </exclusions> |
267 | 267 | </dependency> |
268 | 268 |
|
|
0 commit comments