org.hibernate.beanvalidation.tck.tests.xmlconfiguration.constraintdeclaration.validation-ConstraintDeclarationTest.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beanvalidation-tck-tests Show documentation
Show all versions of beanvalidation-tck-tests Show documentation
Jakarta Bean Validation TCK test suite
<?xml version="1.0" encoding="UTF-8"?> <!-- Jakarta Bean Validation TCK License: Apache License, Version 2.0 See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>. --> <validation-config xmlns="https://xmlns.jakarta.ee/xml/ns/validation/configuration" xsi:schemaLocation="https://xmlns.jakarta.ee/xml/ns/validation/configuration validation-configuration-3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0"> <constraint-mapping>/org/hibernate/beanvalidation/tck/tests/xmlconfiguration/constraintdeclaration/package-constraints-ConstraintDeclarationTest.xml</constraint-mapping> </validation-config>