| ... |
... |
@@ -170,17 +170,24 @@ |
|
170
|
170
|
<lib.version.java4all.topia>1.1.17</lib.version.java4all.topia>
|
|
171
|
171
|
<lib.version.nuiton.utils>3.0</lib.version.nuiton.utils>
|
|
172
|
172
|
<lib.version.java4all.jaxx>3.0-alpha-75</lib.version.java4all.jaxx>
|
|
173
|
|
-
|
|
174
|
|
- <lib.version.log4j2>2.17.1</lib.version.log4j2>
|
|
175
|
|
-<!-- <lib.version.hibernate>5.6.3.Final</lib.version.hibernate>-->
|
|
|
173
|
+ <lib.version.hibernate>5.6.5.Final</lib.version.hibernate>
|
|
|
174
|
+ <lib.version.hikariCP>4.0.3</lib.version.hikariCP>
|
|
176
|
175
|
<!-- <lib.version.hikariCP>5.0.0</lib.version.hikariCP>-->
|
|
177
|
|
-<!-- <lib.version.bytebuddy>1.12.2</lib.version.bytebuddy>-->
|
|
178
|
|
- <lib.version.postgresql>42.3.1</lib.version.postgresql>
|
|
|
176
|
+ <lib.version.bytebuddy>1.12.8</lib.version.bytebuddy>
|
|
|
177
|
+ <lib.version.nuiton.topia>3.8.1</lib.version.nuiton.topia>
|
|
|
178
|
+ <lib.version.nuiton.version>1.0</lib.version.nuiton.version>
|
|
|
179
|
+ <lib.version.log4j2>2.17.2</lib.version.log4j2>
|
|
|
180
|
+ <lib.version.slf4j>1.7.31</lib.version.slf4j>
|
|
|
181
|
+ <lib.version.javassist>3.28.0-GA</lib.version.javassist>
|
|
|
182
|
+ <lib.version.mockito>4.4.0</lib.version.mockito>
|
|
|
183
|
+ <lib.version.google.guava>31.1-jre</lib.version.google.guava>
|
|
|
184
|
+ <lib.version.google.gson>2.9.0</lib.version.google.gson>
|
|
|
185
|
+ <lib.version.google.auto-service>1.0.1</lib.version.google.auto-service>
|
|
|
186
|
+ <lib.version.postgresql>42.3.3</lib.version.postgresql>
|
|
179
|
187
|
<lib.version.commons-io>2.11.0</lib.version.commons-io>
|
|
180
|
188
|
<lib.version.commons-lang3>3.12.0</lib.version.commons-lang3>
|
|
181
|
|
- <lib.version.checker-qual>3.20.0</lib.version.checker-qual>
|
|
|
189
|
+ <lib.version.checker-qual>3.21.3</lib.version.checker-qual>
|
|
182
|
190
|
<lib.version.sisu.plexus>0.3.5</lib.version.sisu.plexus>
|
|
183
|
|
-
|
|
184
|
191
|
<!-- license header configuration -->
|
|
185
|
192
|
<license.licenseName>gpl_v3</license.licenseName>
|
|
186
|
193
|
<license.organizationName>IRD, Code Lutin, Ultreia.io</license.organizationName>
|
| ... |
... |
@@ -221,6 +228,52 @@ |
|
221
|
228
|
|
|
222
|
229
|
<dependencyManagement>
|
|
223
|
230
|
<dependencies>
|
|
|
231
|
+ <dependency>
|
|
|
232
|
+ <groupId>commons-validator</groupId>
|
|
|
233
|
+ <artifactId>commons-validator</artifactId>
|
|
|
234
|
+ <version>1.7</version>
|
|
|
235
|
+ </dependency>
|
|
|
236
|
+ <dependency>
|
|
|
237
|
+ <groupId>commons-io</groupId>
|
|
|
238
|
+ <artifactId>commons-io</artifactId>
|
|
|
239
|
+ <version>2.11.0</version>
|
|
|
240
|
+ </dependency>
|
|
|
241
|
+ <dependency>
|
|
|
242
|
+ <groupId>org.apache.commons</groupId>
|
|
|
243
|
+ <artifactId>commons-lang3</artifactId>
|
|
|
244
|
+ <version>3.12.0</version>
|
|
|
245
|
+ </dependency>
|
|
|
246
|
+ <dependency>
|
|
|
247
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
248
|
+ <artifactId>httpclient</artifactId>
|
|
|
249
|
+ <version>4.5.13</version>
|
|
|
250
|
+ </dependency>
|
|
|
251
|
+ <dependency>
|
|
|
252
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
253
|
+ <artifactId>httpcore</artifactId>
|
|
|
254
|
+ <version>4.4.15</version>
|
|
|
255
|
+ </dependency>
|
|
|
256
|
+ <dependency>
|
|
|
257
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
258
|
+ <artifactId>httpmime</artifactId>
|
|
|
259
|
+ <version>4.5.13</version>
|
|
|
260
|
+ </dependency>
|
|
|
261
|
+ <dependency>
|
|
|
262
|
+ <groupId>org.jboss.logging</groupId>
|
|
|
263
|
+ <artifactId>jboss-logging</artifactId>
|
|
|
264
|
+ <version>3.4.3.Final</version>
|
|
|
265
|
+ </dependency>
|
|
|
266
|
+ <dependency>
|
|
|
267
|
+ <groupId>org.freemarker</groupId>
|
|
|
268
|
+ <artifactId>freemarker</artifactId>
|
|
|
269
|
+ <version>2.3.31</version>
|
|
|
270
|
+ </dependency>
|
|
|
271
|
+ <dependency>
|
|
|
272
|
+ <groupId>junit</groupId>
|
|
|
273
|
+ <artifactId>junit</artifactId>
|
|
|
274
|
+ <version>4.13.2</version>
|
|
|
275
|
+ <scope>test</scope>
|
|
|
276
|
+ </dependency>
|
|
224
|
277
|
<dependency>
|
|
225
|
278
|
<groupId>org.eclipse.sisu</groupId>
|
|
226
|
279
|
<artifactId>org.eclipse.sisu.inject</artifactId>
|