<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Hibernate Validator, declare and validate application constraints
  ~
  ~ License: Apache License, Version 2.0
  ~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
  -->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
    name="hibernate-validator-osgi-features"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0">

    <feature name="hibernate-validator" version="5.3.4.Final">
        <bundle>mvn:org.hibernate/hibernate-validator/5.3.4.Final</bundle>
        <bundle>mvn:javax.validation/validation-api/1.1.0.Final</bundle>

        <bundle>mvn:org.jboss.logging/jboss-logging/3.3.0.Final</bundle>
        <bundle>mvn:com.fasterxml/classmate/1.3.1</bundle>
        <bundle>mvn:javax.el/javax.el-api/2.2.4</bundle>
        <bundle>mvn:org.glassfish.web/javax.el/2.2.4</bundle>
        <bundle>mvn:org.jsoup/jsoup/1.8.3</bundle>
        <bundle>mvn:joda-time/joda-time/2.9.5</bundle>
    </feature>
    <feature name="hibernate-validator-paranamer" version="5.3.4.Final">
        <feature>hibernate-validator</feature>
        <bundle>wrap:mvn:com.thoughtworks.paranamer:paranamer:2.8</bundle>
    </feature>
</features>
