Revision 384cf0c3
Added by Andreas Müller 5 months ago
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF | ||
---|---|---|
399 | 399 |
lib/spring-web-4.3.30.RELEASE.jar, |
400 | 400 |
lib/tools.jar, |
401 | 401 |
lib/jakarta.validation-api-3.0.2.jar, |
402 |
lib/validation-api-2.0.1.Final.jar, |
|
402 | 403 |
lib/xml-apis-1.4.01.jar, |
403 | 404 |
lib/opencsv-2.3.jar, |
404 | 405 |
lib/junit-4.13.2.jar, |
eu.etaxonomy.taxeditor.cdmlib/build.properties | ||
---|---|---|
52 | 52 |
lib/spring-web-4.3.30.RELEASE.jar,\ |
53 | 53 |
lib/tools.jar,\ |
54 | 54 |
lib/jakarta.validation-api-3.0.2.jar,\ |
55 |
lib/validation-api-2.0.1.Final.jar,\ |
|
55 | 56 |
lib/xml-apis-1.4.01.jar,\ |
56 | 57 |
lib/opencsv-2.3.jar,\ |
57 | 58 |
lib/junit-4.13.2.jar,\ |
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