|
5 | 5 | <groupId>org.woehlke</groupId> |
6 | 6 | <artifactId>simpleworklist</artifactId> |
7 | 7 | <version>2.3.40-SNAPSHOT</version> |
8 | | - <packaging>jar</packaging> |
| 8 | + <packaging>war</packaging> |
9 | 9 |
|
10 | 10 | <parent> |
11 | 11 | <groupId>org.springframework.boot</groupId> |
|
71 | 71 | <version.maven>3.6.3</version.maven> |
72 | 72 | <pmdVersion>6.28.0</pmdVersion> |
73 | 73 |
|
| 74 | + <maven.compiler.source>${java.version}</maven.compiler.source> |
| 75 | + <maven.compiler.target>${java.version}</maven.compiler.target> |
| 76 | + |
| 77 | + <spring-boot.repackage.layout>WAR</spring-boot.repackage.layout> |
| 78 | + |
| 79 | + <!-- Spring Boot and Spring Frameworks --> |
| 80 | + <spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version> |
| 81 | + |
74 | 82 | <!-- SCM and Releasing with Maven --> |
75 | 83 | <maven.scm.version>1.13.0</maven.scm.version> |
76 | | - |
77 | 84 | <maven-release-plugin.version>3.0.0-M5</maven-release-plugin.version> |
78 | 85 | <liquibase-maven-plugin.version>4.4.3</liquibase-maven-plugin.version> |
79 | 86 |
|
|
98 | 105 | <docker-compose-maven-plugin.ignorePullFailures>true</docker-compose-maven-plugin.ignorePullFailures> |
99 | 106 | <docker-compose-maven-plugin.detachedMode>true</docker-compose-maven-plugin.detachedMode> |
100 | 107 |
|
101 | | - <!-- Webjars --> |
102 | | - <!-- |
103 | | - <webjars.bootstrap.version>4.5.3</webjars.bootstrap.version> |
104 | | - <webjars.jquery.version>3.5.1</webjars.jquery.version> |
105 | | - <webjars.popper.js.version>1.16.1</webjars.popper.js.version> |
106 | | - <webjars.font-awesome.version>5.15.1</webjars.font-awesome.version> |
107 | | - <webjars.ckeditor.version>18.0.0</webjars.ckeditor.version> |
108 | | - --> |
109 | | - |
110 | 108 | <!-- Webjars --> |
111 | 109 | <webjars.jquery.version>3.6.0</webjars.jquery.version> |
112 | 110 | <webjars.popper.js.version>2.9.3</webjars.popper.js.version> |
|
119 | 117 | <thymeleaf-spring-data-dialect.version>3.5.0</thymeleaf-spring-data-dialect.version> |
120 | 118 | <thymeleaf-testing.version>3.1.0.M2</thymeleaf-testing.version> |
121 | 119 | <!-- |
122 | | - <thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version> |
123 | | - <thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version> |
124 | | - <thymeleaf-layout-dialect.version>3.10</thymeleaf-layout-dialect.version> |
125 | | - --> |
126 | | - |
127 | | - <!-- Spring Boot and Spring Frameworks --> |
128 | | - <spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version> |
| 120 | + <thymeleaf-extras-data-attribute.version>2.0.1</thymeleaf-extras-data-attribute.version> |
| 121 | + <thymeleaf-extras-java8time.version>3.0.4.RELEASE</thymeleaf-extras-java8time.version> |
| 122 | + <thymeleaf-layout-dialect.version>3.10</thymeleaf-layout-dialect.version> |
| 123 | + --> |
129 | 124 |
|
130 | 125 | <!-- Unit and Integration Testing --> |
131 | 126 | <skipTests>true</skipTests> |
|
0 commit comments