|
119 | 119 | <groupId>org.springframework.boot</groupId>
|
120 | 120 | <artifactId>spring-boot-starter-actuator</artifactId>
|
121 | 121 | </dependency>
|
| 122 | + <!-- |
| 123 | + TODO: #29 |
| 124 | + --> |
122 | 125 | <dependency>
|
123 | 126 | <groupId>org.springframework.boot</groupId>
|
124 | 127 | <artifactId>spring-boot-starter-batch</artifactId>
|
|
131 | 134 | <groupId>org.springframework.boot</groupId>
|
132 | 135 | <artifactId>spring-boot-starter-cloud-connectors</artifactId>
|
133 | 136 | </dependency>
|
| 137 | + <!-- |
| 138 | + TODO: #30 |
| 139 | + --> |
134 | 140 | <dependency>
|
135 | 141 | <groupId>org.springframework.boot</groupId>
|
136 | 142 | <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
|
|
199 | 205 | <groupId>io.pivotal.spring.cloud</groupId>
|
200 | 206 | <artifactId>spring-cloud-services-starter-service-registry</artifactId>
|
201 | 207 | </dependency>
|
| 208 | + <!-- Todo #25 --> |
202 | 209 | <dependency>
|
203 | 210 | <groupId>org.apache.camel</groupId>
|
204 | 211 | <artifactId>camel-spring-boot-starter</artifactId>
|
205 | 212 | <version>2.22.0</version>
|
206 | 213 | </dependency>
|
| 214 | + <!-- Todo #24 --> |
207 | 215 | <dependency>
|
208 | 216 | <groupId>org.apache.cxf</groupId>
|
209 | 217 | <artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
|
|
226 | 234 | <artifactId>spring-cloud-function-web</artifactId>
|
227 | 235 | </dependency>
|
228 | 236 | <!--
|
| 237 | + TODO: #7 |
229 | 238 | <dependency>
|
230 | 239 | <groupId>org.springframework.cloud</groupId>
|
231 | 240 | <artifactId>spring-cloud-gcp-starter</artifactId>
|
|
267 | 276 | <groupId>org.springframework.data</groupId>
|
268 | 277 | <artifactId>spring-data-rest-hal-browser</artifactId>
|
269 | 278 | </dependency>
|
| 279 | + <!-- |
| 280 | + TODO: #28 |
| 281 | + --> |
270 | 282 | <dependency>
|
271 | 283 | <groupId>org.springframework.session</groupId>
|
272 | 284 | <artifactId>spring-session-data-redis</artifactId>
|
|
292 | 304 | <artifactId>spring-boot-starter-test</artifactId>
|
293 | 305 | <scope>test</scope>
|
294 | 306 | </dependency>
|
| 307 | + <!-- |
| 308 | + TODO: #29 |
| 309 | + --> |
295 | 310 | <dependency>
|
296 | 311 | <groupId>org.springframework.batch</groupId>
|
297 | 312 | <artifactId>spring-batch-test</artifactId>
|
|
310 | 325 |
|
311 | 326 | <!-- Spring Data Neo4J -->
|
312 | 327 | <!--
|
313 |
| - <dependency> |
314 |
| - <groupId>org.springframework.boot</groupId> |
315 |
| - <artifactId>spring-boot-starter-data-neo4j</artifactId> |
316 |
| - </dependency> |
| 328 | + TODO: #3 #23 |
317 | 329 | -->
|
318 | 330 | <dependency>
|
319 | 331 | <groupId>org.neo4j</groupId>
|
|
337 | 349 | </dependency>
|
338 | 350 |
|
339 | 351 | <!-- Spring Data Redis - Spring Session Redis-->
|
| 352 | + <!-- |
| 353 | + TODO: #4 |
| 354 | + --> |
340 | 355 | <dependency>
|
341 | 356 | <groupId>org.springframework.data</groupId>
|
342 | 357 | <artifactId>spring-data-keyvalue</artifactId>
|
|
351 | 366 | <optional>true</optional>
|
352 | 367 | </dependency>
|
353 | 368 |
|
| 369 | + <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bus-amqp --> |
354 | 370 | <!--
|
355 |
| - <dependency> |
356 |
| - <groupId>org.springframework.session</groupId> |
357 |
| - <artifactId>spring-session-data-redis</artifactId> |
358 |
| - <exclusions> |
359 |
| - <exclusion> |
360 |
| - <artifactId>slf4j-api</artifactId> |
361 |
| - <groupId>org.slf4j</groupId> |
362 |
| - </exclusion> |
363 |
| - <exclusion> |
364 |
| - <artifactId>jcl-over-slf4j</artifactId> |
365 |
| - <groupId>org.slf4j</groupId> |
366 |
| - </exclusion> |
367 |
| - </exclusions> |
368 |
| - </dependency> |
| 371 | + TODO: #26 |
369 | 372 | -->
|
370 |
| - |
371 |
| - <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bus-amqp --> |
372 | 373 | <dependency>
|
373 | 374 | <groupId>org.springframework.cloud</groupId>
|
374 | 375 | <artifactId>spring-cloud-starter-bus-amqp</artifactId>
|
|
394 | 395 | </dependency>
|
395 | 396 |
|
396 | 397 | <!-- frontend: thymeleaf templates -->
|
| 398 | + <!-- |
| 399 | + TODO: #27 |
| 400 | + --> |
397 | 401 | <dependency>
|
398 | 402 | <groupId>org.thymeleaf</groupId>
|
399 | 403 | <artifactId>thymeleaf</artifactId>
|
|
432 | 436 | <scope>import</scope>
|
433 | 437 | </dependency>
|
434 | 438 | <!--
|
| 439 | + TODO: #7 |
435 | 440 | <dependency>
|
436 | 441 | <groupId>org.springframework.cloud</groupId>
|
437 | 442 | <artifactId>spring-cloud-gcp-dependencies</artifactId>
|
|
451 | 456 | <!-- added by dev -->
|
452 | 457 |
|
453 | 458 | <!--
|
| 459 | + TODO #7 |
454 | 460 | <dependency>
|
455 | 461 | <groupId>org.springframework.cloud</groupId>
|
456 | 462 | <artifactId>spring-cloud-dependencies</artifactId>
|
|
568 | 574 | </dependencyManagement>
|
569 | 575 |
|
570 | 576 | <!--
|
571 |
| - <build> |
572 |
| - <plugins> |
573 |
| - <plugin> |
574 |
| - <groupId>org.springframework.boot</groupId> |
575 |
| - <artifactId>spring-boot-maven-plugin</artifactId> |
576 |
| - </plugin> |
577 |
| - </plugins> |
578 |
| - </build> |
579 |
| - --> |
580 |
| - |
581 |
| - <!-- |
| 577 | + TODO: #20 |
582 | 578 | <repositories>
|
583 | 579 | <repository>
|
584 | 580 | <id>spring-milestones</id>
|
|
948 | 944 | </plugins>
|
949 | 945 | </build>
|
950 | 946 |
|
951 |
| - |
| 947 | + <!-- |
| 948 | + Todo: #23 |
| 949 | + --> |
952 | 950 | <profiles>
|
953 | 951 | <profile>
|
954 | 952 | <id>default</id>
|
|
969 | 967 | <groupId>org.neo4j</groupId>
|
970 | 968 | <artifactId>neo4j</artifactId>
|
971 | 969 | </dependency>
|
972 |
| - <dependency> |
973 |
| - <groupId>com.h2database</groupId> |
974 |
| - <artifactId>h2</artifactId> |
975 |
| - </dependency> |
976 | 970 | </dependencies>
|
977 | 971 | <build>
|
978 | 972 | <plugins>
|
|
1007 | 1001 | <groupId>org.neo4j</groupId>
|
1008 | 1002 | <artifactId>neo4j</artifactId>
|
1009 | 1003 | </dependency>
|
1010 |
| - <dependency> |
1011 |
| - <groupId>com.h2database</groupId> |
1012 |
| - <artifactId>h2</artifactId> |
1013 |
| - </dependency> |
1014 | 1004 | </dependencies>
|
1015 | 1005 | <build>
|
1016 | 1006 | <plugins>
|
|
1423 | 1413 | </profile>
|
1424 | 1414 | </profiles>
|
1425 | 1415 |
|
| 1416 | + <!-- |
| 1417 | + Todo: #22 |
| 1418 | + --> |
1426 | 1419 | <reporting>
|
1427 | 1420 | <plugins>
|
1428 | 1421 | <plugin>
|
|
0 commit comments