META-INF.instructions.bnd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate-validator-4.3.1.Final
Show all versions of hibernate-validator-4.3.1.Final
OW2 Bundle for Hibernate's Bean Validation (JSR-303) reference implementation.
The newest version!
#
# Copyright 2013 Bull S.A.S.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Embed-Dependency *;scope=compile;inline=true
DynamicImport-Package javax.persistence;version="[1.1,2)";jpa="2.0"
# Added a version constraint on javax.persistence package
Import-Package !org.apache.log4j, \
org.joda.time.*;resolution:=optional, \
org.jsoup.*;resolution:=optional, \
*
Export-Package org.hibernate.validator;version="${hibernate-validator.version}", \
org.hibernate.validator.cfg.*;version="${hibernate-validator.version}", \
org.hibernate.validator.constraints.*;version="${hibernate-validator.version}", \
org.hibernate.validator.group;version="${hibernate-validator.version}", \
org.hibernate.validator.messageinterpolation;version="${hibernate-validator.version}", \
org.hibernate.validator.method.*;version="${hibernate-validator.version}", \
org.hibernate.validator.resourceloading;version="${hibernate-validator.version}", \
org.hibernate.validator.spi.*;version="${hibernate-validator.version}"
Private-Package org.jboss.logging.*, \
org.jboss.logmanager.*
# Some Additional Information from Weld
Implementation-Title ${project.name}
Implementation-URL http://validator.hibernate.org/hibernate-validator
Implementation-Vendor org.hibernate
Implementation-Vendor-Id org.hibernate
Implementation-Version ${hibernate-validator.version}
Specification-Title Bean Validation (JSR-303)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy