All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.validation-Version20InValidationXmlTest.xml Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
<?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="http://xmlns.jcp.org/xml/ns/validation/configuration"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/validation/configuration
            http://xmlns.jcp.org/xml/ns/validation/configuration/validation-configuration-2.0.xsd"
        version="2.0">
    <clock-provider>
        org.hibernate.beanvalidation.tck.tests.xmlconfiguration.versioning.DummyClockProvider
    </clock-provider>
</validation-config>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy