|
125 | 125 | <version>1.5.5.Final</version> |
126 | 126 | </dependency> |
127 | 127 |
|
128 | | - <!-- |
129 | | - https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa --> |
| 128 | + <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-jpa --> |
130 | 129 | <dependency> |
131 | 130 | <groupId>org.springframework.boot</groupId> |
132 | 131 | <artifactId>spring-boot-starter-data-jpa</artifactId> |
|
197 | 196 | <artifactId>spring-boot-starter-mail</artifactId> |
198 | 197 | </dependency> |
199 | 198 |
|
200 | | - <!-- |
201 | | - https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis --> |
| 199 | + <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-data-redis --> |
202 | 200 | <dependency> |
203 | 201 | <groupId>org.springframework.boot</groupId> |
204 | 202 | <artifactId>spring-boot-starter-data-redis</artifactId> |
205 | 203 | </dependency> |
206 | | - <!-- |
207 | | - https://mvnrepository.com/artifact/org.springframework.session/spring-session-data-redis --> |
| 204 | + <!-- https://mvnrepository.com/artifact/org.springframework.session/spring-session-data-redis --> |
208 | 205 | <dependency> |
209 | 206 | <groupId>org.springframework.session</groupId> |
210 | 207 | <artifactId>spring-session-data-redis</artifactId> |
|
225 | 222 | <version>7.0.0</version> |
226 | 223 | </dependency> |
227 | 224 |
|
228 | | - <!-- |
229 | | - https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-structures-r4 --> |
| 225 | + <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-structures-r4 --> |
230 | 226 | <dependency> |
231 | 227 | <groupId>ca.uhn.hapi.fhir</groupId> |
232 | 228 | <artifactId>hapi-fhir-structures-r4</artifactId> |
233 | 229 | <version>7.0.0</version> |
234 | 230 | </dependency> |
235 | 231 |
|
236 | | - <!-- |
237 | | - https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-server --> |
| 232 | + <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-server --> |
238 | 233 | <dependency> |
239 | 234 | <groupId>ca.uhn.hapi.fhir</groupId> |
240 | 235 | <artifactId>hapi-fhir-server</artifactId> |
241 | 236 | <version>7.0.0</version> |
242 | 237 | </dependency> |
243 | 238 |
|
244 | | - <!-- |
245 | | - https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation --> |
| 239 | + <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation --> |
246 | 240 | <dependency> |
247 | 241 | <groupId>ca.uhn.hapi.fhir</groupId> |
248 | 242 | <artifactId>hapi-fhir-validation</artifactId> |
|
255 | 249 | </exclusions> |
256 | 250 | </dependency> |
257 | 251 |
|
258 | | - <!-- |
259 | | - https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation-resources-r4 --> |
| 252 | + <!-- https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-validation-resources-r4 --> |
260 | 253 | <dependency> |
261 | 254 | <groupId>ca.uhn.hapi.fhir</groupId> |
262 | 255 | <artifactId>hapi-fhir-validation-resources-r4</artifactId> |
|
278 | 271 | <artifactId>spring-web</artifactId> |
279 | 272 | <version>6.1.12</version> |
280 | 273 | </dependency> |
| 274 | + <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api --> |
| 275 | + <dependency> |
| 276 | + <groupId>io.jsonwebtoken</groupId> |
| 277 | + <artifactId>jjwt-api</artifactId> |
| 278 | + <version>0.12.6</version> |
| 279 | + </dependency> |
| 280 | + <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-impl --> |
| 281 | + <dependency> |
| 282 | + <groupId>io.jsonwebtoken</groupId> |
| 283 | + <artifactId>jjwt-impl</artifactId> |
| 284 | + <version>0.12.6</version> |
| 285 | + <scope>runtime</scope> |
| 286 | + </dependency> |
| 287 | + <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-jackson --> |
| 288 | + <dependency> |
| 289 | + <groupId>io.jsonwebtoken</groupId> |
| 290 | + <artifactId>jjwt-jackson</artifactId> |
| 291 | + <version>0.12.6</version> |
| 292 | + <scope>runtime</scope> |
| 293 | + </dependency> |
281 | 294 | </dependencies> |
282 | 295 |
|
283 | 296 |
|
|
370 | 383 | ${target-properties} and |
371 | 384 | ${source-properties} |
372 | 385 | </echo> |
373 | | - <concat destfile="${target-properties}" |
374 | | - append="yes" |
| 386 | + <concat destfile="${target-properties}" append="yes" |
375 | 387 | force="yes"> |
376 | 388 | <fileset file="${source-properties}"> |
377 | 389 | </fileset> |
|
0 commit comments