Revision 384cf0c3
Added by Andreas Müller 5 months ago
eu.etaxonomy.taxeditor.cdmlib/pom.xml | ||
---|---|---|
69 | 69 |
log4j-core,log4j-api,slf4j-api,jboss-logging,jcl-over-slf4j,log4j-slf4j-impl, |
70 | 70 |
lucene-analyzers-common,lucene-core,lucene-queryparser,lucene-suggest,lucene-sandbox, |
71 | 71 |
commons-imaging,jackson-databind,jackson-annotations,jackson-core, |
72 |
jakarta.validation-api, |
|
72 |
jakarta.validation-api,validation-api,
|
|
73 | 73 |
ehcache, |
74 | 74 |
hibernate-validator, |
75 | 75 |
spring-context,spring-aspects,spring-beans, |
... | ... | |
544 | 544 |
<version>2.2.1</version> |
545 | 545 |
</dependency> |
546 | 546 |
|
547 |
<dependency> |
|
548 |
<!-- used if a validation result is returned, see https://dev.e-taxonomy.eu/redmine/issues/10182#note-10 --> |
|
549 |
<!-- can probably be removed after switching to jakarta.validation-api with spring 6.x --> |
|
550 |
<groupId>javax.validation</groupId> |
|
551 |
<artifactId>validation-api</artifactId> |
|
552 |
<version>2.0.1.Final</version> |
|
553 |
</dependency> |
|
554 |
|
|
547 | 555 |
<dependency> |
548 | 556 |
<!-- used in datasource view and in test, maybe enough if in taxeditor.local and taxeditor.test --> |
549 | 557 |
<groupId>com.mchange</groupId> |
Also available in: Unified diff
ref #10182 try to fix ClassNotFoundException for javax.validation.ConstraintViolation