|
84 | 84 | <thymeleaf-spring-data-dialect.version>3.3.1</thymeleaf-spring-data-dialect.version>
|
85 | 85 |
|
86 | 86 | <!-- Spring Data und Neo4J -->
|
87 |
| - <neo4j.version>3.1.1</neo4j.version> |
| 87 | + <neo4j.version>3.1.9</neo4j.version> |
88 | 88 | <neo4j-ogm.version>3.1.0</neo4j-ogm.version>
|
89 | 89 | <org.postgresql.version>42.2.2</org.postgresql.version>
|
90 | 90 |
|
|
283 | 283 | <artifactId>maven-fluido-skin</artifactId>
|
284 | 284 | <version>${maven-fluido-skin.version}</version>
|
285 | 285 | </dependency>
|
| 286 | + <dependency> |
| 287 | + <groupId>org.springframework.boot</groupId> |
| 288 | + <artifactId>spring-boot-starter-logging</artifactId> |
| 289 | + <version>${spring-boot.version}</version> |
| 290 | + </dependency> |
286 | 291 | </dependencies>
|
287 | 292 | </dependencyManagement>
|
288 | 293 |
|
|
522 | 527 | </activation>
|
523 | 528 | <build>
|
524 | 529 | <plugins>
|
| 530 | + <plugin> |
| 531 | + <groupId>org.jbake</groupId> |
| 532 | + <artifactId>jbake-maven-plugin</artifactId> |
| 533 | + <executions> |
| 534 | + <execution> |
| 535 | + <id>default-generate</id> |
| 536 | + <phase>generate-resources</phase> |
| 537 | + <goals> |
| 538 | + <goal>generate</goal> |
| 539 | + </goals> |
| 540 | + </execution> |
| 541 | + </executions> |
| 542 | + <configuration> |
| 543 | + <seedUrl>https://github.com/phasenraum2010/jbake-example-project-thymeleaf/zipball/master/</seedUrl> |
| 544 | + <!-- |
| 545 | + <inputDirectory>${project.basedir}/src/main/resources</inputDirectory> |
| 546 | + <outputDirectory>${project.build.directory}/classes</outputDirectory> |
| 547 | + --> |
| 548 | + </configuration> |
| 549 | + <dependencies> |
| 550 | + <dependency> |
| 551 | + <groupId>org.thymeleaf</groupId> |
| 552 | + <artifactId>thymeleaf</artifactId> |
| 553 | + <version>${thymeleaf.version}</version> |
| 554 | + </dependency> |
| 555 | + <dependency> |
| 556 | + <groupId>org.asciidoctor</groupId> |
| 557 | + <artifactId>asciidoctorj</artifactId> |
| 558 | + <version>${asciidoctorj.version}</version> |
| 559 | + </dependency> |
| 560 | + <dependency> |
| 561 | + <groupId>com.vladsch.flexmark</groupId> |
| 562 | + <artifactId>flexmark-all</artifactId> |
| 563 | + <version>${flexmark-all.version}</version> |
| 564 | + </dependency> |
| 565 | + <dependency> |
| 566 | + <groupId>org.apache.maven.doxia</groupId> |
| 567 | + <artifactId>doxia-module-markdown</artifactId> |
| 568 | + <version>${doxia-module-markdown.version}</version> |
| 569 | + </dependency> |
| 570 | + </dependencies> |
| 571 | + </plugin> |
| 572 | + <plugin> |
| 573 | + <groupId>org.apache.maven.plugins</groupId> |
| 574 | + <artifactId>maven-jar-plugin</artifactId> |
| 575 | + <configuration> |
| 576 | + <excludes> |
| 577 | + <exclude>**/less</exclude> |
| 578 | + <exclude>**/*.less</exclude> |
| 579 | + <exclude>**/assets</exclude> |
| 580 | + <exclude>**/assets/**</exclude> |
| 581 | + <exclude>**/content</exclude> |
| 582 | + <exclude>**/content/**</exclude> |
| 583 | + <exclude>**/templates</exclude> |
| 584 | + <exclude>**/templates/**</exclude> |
| 585 | + <exclude>**/template-draft.html</exclude> |
| 586 | + </excludes> |
| 587 | + </configuration> |
| 588 | + </plugin> |
525 | 589 | <plugin>
|
526 | 590 | <groupId>org.apache.maven.plugins</groupId>
|
527 | 591 | <artifactId>maven-surefire-plugin</artifactId>
|
|
0 commit comments