Skip to content

Instantly share code, notes, and snippets.

@os890
Created June 22, 2018 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save os890/c79ac6b2f3a4d04b03102dd363be0240 to your computer and use it in GitHub Desktop.
Save os890/c79ac6b2f3a4d04b03102dd363be0240 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.os890.bv.addon</groupId>
<artifactId>cdi-bv-label-addon</artifactId>
<version>1.0.0</version>
</dependency>
<validation-config
xmlns="http://jboss.org/xml/ns/javax/validation/configuration"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/xml/ns/javax/validation/configuration validation-configuration-1.1.xsd"
version="1.1">
<message-interpolator>org.os890.bv.addon.label.impl.AdvancedMessageInterpolator</message-interpolator>
</validation-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment