Skip to content

Commit 9c1e5d0

Browse files
committed
[ci] formatting
1 parent 6d49a52 commit 9c1e5d0

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2010-2024 the original author or authors.
4+
Copyright 2010-2025 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

.mvn/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2010-2024 the original author or authors.
4+
Copyright 2010-2025 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

pom.xml

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2010-2024 the original author or authors.
4+
Copyright 2010-2025 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -77,65 +77,65 @@
7777
<artifactId>mybatis-caffeine</artifactId>
7878
<version>1.2.0</version>
7979
<exclusions>
80-
<exclusion>
81-
<groupId>*</groupId>
82-
<artifactId>*</artifactId>
83-
</exclusion>
80+
<exclusion>
81+
<groupId>*</groupId>
82+
<artifactId>*</artifactId>
83+
</exclusion>
8484
</exclusions>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.mybatis.caches</groupId>
8888
<artifactId>mybatis-ehcache</artifactId>
8989
<version>1.3.0</version>
9090
<exclusions>
91-
<exclusion>
92-
<groupId>*</groupId>
93-
<artifactId>*</artifactId>
94-
</exclusion>
91+
<exclusion>
92+
<groupId>*</groupId>
93+
<artifactId>*</artifactId>
94+
</exclusion>
9595
</exclusions>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.mybatis.caches</groupId>
9999
<artifactId>mybatis-hazelcast</artifactId>
100100
<version>1.3.1</version>
101101
<exclusions>
102-
<exclusion>
103-
<groupId>*</groupId>
104-
<artifactId>*</artifactId>
105-
</exclusion>
102+
<exclusion>
103+
<groupId>*</groupId>
104+
<artifactId>*</artifactId>
105+
</exclusion>
106106
</exclusions>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.mybatis.caches</groupId>
110110
<artifactId>mybatis-ignite</artifactId>
111111
<version>1.1.1</version>
112112
<exclusions>
113-
<exclusion>
114-
<groupId>*</groupId>
115-
<artifactId>*</artifactId>
116-
</exclusion>
113+
<exclusion>
114+
<groupId>*</groupId>
115+
<artifactId>*</artifactId>
116+
</exclusion>
117117
</exclusions>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.mybatis.caches</groupId>
121121
<artifactId>mybatis-memcached</artifactId>
122122
<version>1.1.1</version>
123123
<exclusions>
124-
<exclusion>
125-
<groupId>*</groupId>
126-
<artifactId>*</artifactId>
127-
</exclusion>
124+
<exclusion>
125+
<groupId>*</groupId>
126+
<artifactId>*</artifactId>
127+
</exclusion>
128128
</exclusions>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.mybatis.caches</groupId>
132132
<artifactId>mybatis-redis</artifactId>
133133
<version>1.0.0</version>
134134
<exclusions>
135-
<exclusion>
136-
<groupId>*</groupId>
137-
<artifactId>*</artifactId>
138-
</exclusion>
135+
<exclusion>
136+
<groupId>*</groupId>
137+
<artifactId>*</artifactId>
138+
</exclusion>
139139
</exclusions>
140140
</dependency>
141141

@@ -145,21 +145,21 @@
145145
<artifactId>mybatis-cdi</artifactId>
146146
<version>1.1.4</version>
147147
<exclusions>
148-
<exclusion>
149-
<groupId>*</groupId>
150-
<artifactId>*</artifactId>
151-
</exclusion>
148+
<exclusion>
149+
<groupId>*</groupId>
150+
<artifactId>*</artifactId>
151+
</exclusion>
152152
</exclusions>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.mybatis</groupId>
156156
<artifactId>mybatis-guice</artifactId>
157157
<version>3.18</version>
158158
<exclusions>
159-
<exclusion>
160-
<groupId>*</groupId>
161-
<artifactId>*</artifactId>
162-
</exclusion>
159+
<exclusion>
160+
<groupId>*</groupId>
161+
<artifactId>*</artifactId>
162+
</exclusion>
163163
</exclusions>
164164
</dependency>
165165
<dependency>
@@ -191,10 +191,10 @@
191191
<artifactId>mybatis-2-spring</artifactId>
192192
<version>1.2.1</version>
193193
<exclusions>
194-
<exclusion>
195-
<groupId>*</groupId>
196-
<artifactId>*</artifactId>
197-
</exclusion>
194+
<exclusion>
195+
<groupId>*</groupId>
196+
<artifactId>*</artifactId>
197+
</exclusion>
198198
</exclusions>
199199
</dependency>
200200

@@ -211,10 +211,10 @@
211211
<artifactId>mybatis-scala-core_2.13</artifactId>
212212
<version>1.3.1</version>
213213
<exclusions>
214-
<exclusion>
215-
<groupId>*</groupId>
216-
<artifactId>*</artifactId>
217-
</exclusion>
214+
<exclusion>
215+
<groupId>*</groupId>
216+
<artifactId>*</artifactId>
217+
</exclusion>
218218
</exclusions>
219219
</dependency>
220220

@@ -224,32 +224,32 @@
224224
<artifactId>mybatis-freemarker</artifactId>
225225
<version>1.3.0</version>
226226
<exclusions>
227-
<exclusion>
228-
<groupId>*</groupId>
229-
<artifactId>*</artifactId>
230-
</exclusion>
227+
<exclusion>
228+
<groupId>*</groupId>
229+
<artifactId>*</artifactId>
230+
</exclusion>
231231
</exclusions>
232232
</dependency>
233233
<dependency>
234234
<groupId>org.mybatis.scripting</groupId>
235235
<artifactId>mybatis-thymeleaf</artifactId>
236236
<version>1.1.0</version>
237237
<exclusions>
238-
<exclusion>
239-
<groupId>*</groupId>
240-
<artifactId>*</artifactId>
241-
</exclusion>
238+
<exclusion>
239+
<groupId>*</groupId>
240+
<artifactId>*</artifactId>
241+
</exclusion>
242242
</exclusions>
243243
</dependency>
244244
<dependency>
245245
<groupId>org.mybatis.scripting</groupId>
246246
<artifactId>mybatis-velocity</artifactId>
247247
<version>2.3.0</version>
248248
<exclusions>
249-
<exclusion>
250-
<groupId>*</groupId>
251-
<artifactId>*</artifactId>
252-
</exclusion>
249+
<exclusion>
250+
<groupId>*</groupId>
251+
<artifactId>*</artifactId>
252+
</exclusion>
253253
</exclusions>
254254
</dependency>
255255

@@ -259,10 +259,10 @@
259259
<artifactId>mybatis-spring-boot-starter</artifactId>
260260
<version>2.3.2</version>
261261
<exclusions>
262-
<exclusion>
263-
<groupId>*</groupId>
264-
<artifactId>*</artifactId>
265-
</exclusion>
262+
<exclusion>
263+
<groupId>*</groupId>
264+
<artifactId>*</artifactId>
265+
</exclusion>
266266
</exclusions>
267267
</dependency>
268268

0 commit comments

Comments
 (0)