Repository: bval
Updated Branches:
  refs/heads/bv2 72edb20ec -> 75ad0f564


exclude jboss validation-api

we bring our own...


Project: http://git-wip-us.apache.org/repos/asf/bval/repo
Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/75ad0f56
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/75ad0f56
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/75ad0f56

Branch: refs/heads/bv2
Commit: 75ad0f5642598c0d76a080f2e3df2f158a5f041b
Parents: 72edb20
Author: Mark Struberg <strub...@apache.org>
Authored: Fri Feb 23 18:35:06 2018 +0100
Committer: Mark Struberg <strub...@apache.org>
Committed: Fri Feb 23 18:35:06 2018 +0100

----------------------------------------------------------------------
 bval-tck11/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/75ad0f56/bval-tck11/pom.xml
----------------------------------------------------------------------
diff --git a/bval-tck11/pom.xml b/bval-tck11/pom.xml
index 247f596..bf5b341 100644
--- a/bval-tck11/pom.xml
+++ b/bval-tck11/pom.xml
@@ -126,6 +126,12 @@ under the License.
             <groupId>org.hibernate.beanvalidation.tck</groupId>
             <artifactId>beanvalidation-tck-tests</artifactId>
             <version>${tck.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.validation</groupId>
+                    <artifactId>validation-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.jboss.arquillian.testng</groupId>

Reply via email to