|
76 | 76 |
|
77 | 77 | <!-- SCM and Releasing with Maven --> |
78 | 78 | <maven.scm.version>1.11.2</maven.scm.version> |
79 | | - <!-- |
80 | | - <maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version> |
81 | | - <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
82 | | - --> |
83 | | - |
84 | | - <!-- Maven plugins --> |
85 | | - <!-- |
86 | | - <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version> |
87 | | - <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version> |
88 | | - <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
89 | | - <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
90 | | - <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
91 | | - <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> |
92 | | - <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version> |
93 | | - <maven-help-plugin.version>3.2.0</maven-help-plugin.version> |
94 | | - <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version> |
95 | | - <maven-invoker-plugin.version>3.2.1</maven-invoker-plugin.version> |
96 | | - <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
97 | | - <maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version> |
98 | | - <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version> |
99 | | - <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version> |
100 | | - <maven-source-plugin.version>3.2.1</maven-source-plugin.version> |
101 | | - <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version> |
102 | | - <maven-war-plugin.version>3.3.1</maven-war-plugin.version> |
103 | | - <versions-maven-plugin.version>2.7</versions-maven-plugin.version> |
104 | | - <xml-maven-plugin.version>1.0.2</xml-maven-plugin.version> |
105 | | - <git-commit-id-plugin.version>4.0.1</git-commit-id-plugin.version> |
106 | | - --> |
107 | 79 |
|
108 | 80 | <maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version> |
109 | 81 | <liquibase-maven-plugin.version>3.8.9</liquibase-maven-plugin.version> |
|
147 | 119 |
|
148 | 120 | <!-- Spring Boot and Spring Frameworks --> |
149 | 121 | <spring-boot-maven-plugin.version>${project.parent.version}</spring-boot-maven-plugin.version> |
150 | | - |
151 | 122 | <spring-data-releasetrain.version>Neumann-SR4</spring-data-releasetrain.version> |
152 | 123 | <spring-session-bom.version>Dragonfruit-SR1</spring-session-bom.version> |
153 | | - <!-- |
154 | | - <spring-framework.version>5.2.9.RELEASE</spring-framework.version> |
155 | | - <spring-security.version>5.3.4.RELEASE</spring-security.version> |
156 | | - --> |
157 | 124 |
|
158 | 125 | <!-- Unit and Integration Testing --> |
159 | | - <!-- |
160 | | - <junit-jupiter.version>5.6.2</junit-jupiter.version> |
161 | | ---> |
162 | 126 | <xmlunit2.version>2.6.4</xmlunit2.version> |
163 | 127 | <xmlunit.version>2.6.4</xmlunit.version> |
164 | | - |
165 | 128 | <htmlunit.version>2.43.0</htmlunit.version> |
166 | 129 | <hamcrest.version>2.2</hamcrest.version> |
167 | | - <!-- |
168 | | - <lombok.version>1.18.12</lombok.version> |
169 | | - --> |
170 | 130 | <jsoup.version>1.13.1</jsoup.version> |
171 | | - |
172 | 131 | <skipTests>true</skipTests> |
173 | 132 | </properties> |
174 | 133 |
|
|
0 commit comments