File tree 4 files changed +59
-4
lines changed
spring-batch-infrastructure
4 files changed +59
-4
lines changed Original file line number Diff line number Diff line change 85
85
<jakarta .validation-api.version>3.1.0</jakarta .validation-api.version>
86
86
<jakarta .persistence-api.version>3.1.0</jakarta .persistence-api.version>
87
87
<neo4j-ogm-core .version>4.0.11</neo4j-ogm-core .version>
88
- <mongodb-driver-sync .version>5.2.0</mongodb-driver-sync .version>
88
+ <mongodb-driver .version>5.2.0</mongodb-driver .version>
89
89
<junit-jupiter .version>5.11.1</junit-jupiter .version>
90
90
91
91
<!-- provided dependencies -->
Original file line number Diff line number Diff line change 106
106
<groupId >org.slf4j</groupId >
107
107
<artifactId >slf4j-api</artifactId >
108
108
</exclusion >
109
+ <exclusion >
110
+ <groupId >org.mongodb</groupId >
111
+ <artifactId >mongodb-driver-core</artifactId >
112
+ </exclusion >
109
113
<exclusion >
110
114
<groupId >org.mongodb</groupId >
111
115
<artifactId >mongodb-driver-sync</artifactId >
114
118
<groupId >org.springframework</groupId >
115
119
<artifactId >spring-expression</artifactId >
116
120
</exclusion >
121
+ <exclusion >
122
+ <groupId >org.springframework.data</groupId >
123
+ <artifactId >spring-data-commons</artifactId >
124
+ </exclusion >
117
125
</exclusions >
118
126
</dependency >
127
+ <dependency >
128
+ <groupId >org.springframework.data</groupId >
129
+ <artifactId >spring-data-commons</artifactId >
130
+ <version >${spring-data-commons.version} </version >
131
+ </dependency >
132
+ <dependency >
133
+ <groupId >org.mongodb</groupId >
134
+ <artifactId >mongodb-driver-core</artifactId >
135
+ <version >${mongodb-driver.version} </version >
136
+ <optional >true</optional >
137
+ </dependency >
119
138
<dependency >
120
139
<groupId >org.mongodb</groupId >
121
140
<artifactId >mongodb-driver-sync</artifactId >
122
- <version >${mongodb-driver-sync .version} </version >
141
+ <version >${mongodb-driver.version} </version >
123
142
<optional >true</optional >
124
143
</dependency >
125
144
Original file line number Diff line number Diff line change 171
171
<groupId >org.slf4j</groupId >
172
172
<artifactId >slf4j-api</artifactId >
173
173
</exclusion >
174
+ <exclusion >
175
+ <groupId >org.springframework.data</groupId >
176
+ <artifactId >spring-data-commons</artifactId >
177
+ </exclusion >
178
+ <exclusion >
179
+ <groupId >org.mongodb</groupId >
180
+ <artifactId >mongodb-driver-core</artifactId >
181
+ </exclusion >
182
+ <exclusion >
183
+ <groupId >org.mongodb</groupId >
184
+ <artifactId >mongodb-driver-sync</artifactId >
185
+ </exclusion >
174
186
</exclusions >
175
187
</dependency >
176
188
<dependency >
201
213
</exclusion >
202
214
</exclusions >
203
215
</dependency >
216
+ <dependency >
217
+ <groupId >org.mongodb</groupId >
218
+ <artifactId >mongodb-driver-core</artifactId >
219
+ <version >${mongodb-driver.version} </version >
220
+ <optional >true</optional >
221
+ </dependency >
204
222
<dependency >
205
223
<groupId >org.mongodb</groupId >
206
224
<artifactId >mongodb-driver-sync</artifactId >
207
- <version >${mongodb-driver-sync .version} </version >
225
+ <version >${mongodb-driver.version} </version >
208
226
<optional >true</optional >
209
227
</dependency >
210
228
<dependency >
Original file line number Diff line number Diff line change 125
125
<groupId >org.slf4j</groupId >
126
126
<artifactId >slf4j-api</artifactId >
127
127
</exclusion >
128
+ <exclusion >
129
+ <groupId >org.mongodb</groupId >
130
+ <artifactId >mongodb-driver-core</artifactId >
131
+ </exclusion >
128
132
<exclusion >
129
133
<groupId >org.mongodb</groupId >
130
134
<artifactId >mongodb-driver-sync</artifactId >
133
137
<groupId >org.springframework</groupId >
134
138
<artifactId >spring-expression</artifactId >
135
139
</exclusion >
140
+ <exclusion >
141
+ <groupId >org.springframework.data</groupId >
142
+ <artifactId >spring-data-commons</artifactId >
143
+ </exclusion >
136
144
</exclusions >
137
145
</dependency >
146
+ <dependency >
147
+ <groupId >org.springframework.data</groupId >
148
+ <artifactId >spring-data-commons</artifactId >
149
+ <version >${spring-data-commons.version} </version >
150
+ </dependency >
138
151
<dependency >
139
152
<groupId >org.springframework.data</groupId >
140
153
<artifactId >spring-data-jpa</artifactId >
181
194
<artifactId >jakarta.el</artifactId >
182
195
<version >${jakarta.el.version} </version >
183
196
</dependency >
197
+ <dependency >
198
+ <groupId >org.mongodb</groupId >
199
+ <artifactId >mongodb-driver-core</artifactId >
200
+ <version >${mongodb-driver.version} </version >
201
+ </dependency >
184
202
<dependency >
185
203
<groupId >org.mongodb</groupId >
186
204
<artifactId >mongodb-driver-sync</artifactId >
187
- <version >${mongodb-driver-sync .version} </version >
205
+ <version >${mongodb-driver.version} </version >
188
206
</dependency >
189
207
<dependency >
190
208
<groupId >io.prometheus</groupId >
You can’t perform that action at this time.
0 commit comments