|
185 | 185 | </dependency>
|
186 | 186 | </dependencies>
|
187 | 187 | </profile>
|
| 188 | + <profile> |
| 189 | + <id>hv-9.0</id> |
| 190 | + <activation> |
| 191 | + <property> |
| 192 | + <name>validator</name> |
| 193 | + <value>hv-9.0</value> |
| 194 | + </property> |
| 195 | + </activation> |
| 196 | + <properties> |
| 197 | + <beanvalidation-impl.name>Hibernate Validator</beanvalidation-impl.name> |
| 198 | + <validation-api.version>3.1.1.Final</validation-api.version> |
| 199 | + <beanvalidation-impl.version>9.0.0.Final</beanvalidation-impl.version> |
| 200 | + <sources.to.add.main>${project.basedir}/src/main/jakarta</sources.to.add.main> |
| 201 | + </properties> |
| 202 | + <dependencies> |
| 203 | + <dependency> |
| 204 | + <groupId>jakarta.validation</groupId> |
| 205 | + <artifactId>jakarta.validation-api</artifactId> |
| 206 | + </dependency> |
| 207 | + <dependency> |
| 208 | + <groupId>${project.groupId}</groupId> |
| 209 | + <artifactId>hibernate-validator</artifactId> |
| 210 | + <version>${beanvalidation-impl.version}</version> |
| 211 | + </dependency> |
| 212 | + <dependency> |
| 213 | + <groupId>org.glassfish.expressly</groupId> |
| 214 | + <artifactId>expressly</artifactId> |
| 215 | + </dependency> |
| 216 | + <dependency> |
| 217 | + <groupId>org.apache.logging.log4j</groupId> |
| 218 | + <artifactId>log4j-core</artifactId> |
| 219 | + </dependency> |
| 220 | + </dependencies> |
| 221 | + </profile> |
188 | 222 | <profile>
|
189 | 223 | <id>hv-8.0</id>
|
190 | 224 | <activation>
|
|
196 | 230 | <properties>
|
197 | 231 | <beanvalidation-impl.name>Hibernate Validator</beanvalidation-impl.name>
|
198 | 232 | <validation-api.version>3.0.0.Final</validation-api.version>
|
199 |
| - <beanvalidation-impl.version>8.0.1.Final</beanvalidation-impl.version> |
| 233 | + <beanvalidation-impl.version>8.0.3.Final</beanvalidation-impl.version> |
200 | 234 | <sources.to.add.main>${project.basedir}/src/main/jakarta</sources.to.add.main>
|
201 | 235 | </properties>
|
202 | 236 | <dependencies>
|
|
219 | 253 | </dependency>
|
220 | 254 | </dependencies>
|
221 | 255 | </profile>
|
| 256 | + <profile> |
| 257 | + <id>hv-6.2</id> |
| 258 | + <activation> |
| 259 | + <property> |
| 260 | + <name>validator</name> |
| 261 | + <value>hv-6.2</value> |
| 262 | + </property> |
| 263 | + </activation> |
| 264 | + <properties> |
| 265 | + <validation-api.version>2.0.1.Final</validation-api.version> |
| 266 | + <beanvalidation-impl.name>Hibernate Validator</beanvalidation-impl.name> |
| 267 | + <beanvalidation-impl.version>6.2.5.Final</beanvalidation-impl.version> |
| 268 | + <sources.to.add.main>${project.basedir}/src/main/javax</sources.to.add.main> |
| 269 | + <sources.to.add.additional>${project.basedir}/src/main/javax-bv2</sources.to.add.additional> |
| 270 | + </properties> |
| 271 | + <dependencies> |
| 272 | + <dependency> |
| 273 | + <groupId>javax.validation</groupId> |
| 274 | + <artifactId>validation-api</artifactId> |
| 275 | + <version>${validation-api.version}</version> |
| 276 | + </dependency> |
| 277 | + <dependency> |
| 278 | + <groupId>${project.groupId}</groupId> |
| 279 | + <artifactId>hibernate-validator</artifactId> |
| 280 | + <version>${beanvalidation-impl.version}</version> |
| 281 | + </dependency> |
| 282 | + <dependency> |
| 283 | + <groupId>org.glassfish</groupId> |
| 284 | + <artifactId>javax.el</artifactId> |
| 285 | + <version>3.0.1-b12</version> |
| 286 | + </dependency> |
| 287 | + <dependency> |
| 288 | + <groupId>org.apache.logging.log4j</groupId> |
| 289 | + <artifactId>log4j-core</artifactId> |
| 290 | + </dependency> |
| 291 | + </dependencies> |
| 292 | + </profile> |
222 | 293 | <profile>
|
223 | 294 | <id>hv-6.1</id>
|
224 | 295 | <activation>
|
|
0 commit comments