You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by st...@apache.org on 2018/02/23 17:46:26 UTC

bval git commit: also exclude jboss interceptor spec api

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


also exclude jboss interceptor spec api


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

Branch: refs/heads/bv2
Commit: b6739cd6af3d7112a61d0b8220c9be9762924395
Parents: 75ad0f5
Author: Mark Struberg <st...@apache.org>
Authored: Fri Feb 23 18:45:40 2018 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Fri Feb 23 18:45:40 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/bval/blob/b6739cd6/bval-tck11/pom.xml
----------------------------------------------------------------------
diff --git a/bval-tck11/pom.xml b/bval-tck11/pom.xml
index bf5b341..8832c02 100644
--- a/bval-tck11/pom.xml
+++ b/bval-tck11/pom.xml
@@ -131,6 +131,10 @@ under the License.
                     <groupId>javax.validation</groupId>
                     <artifactId>validation-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.jboss.spec.javax.interceptor</groupId>
+                    <artifactId>jboss-interceptors-api_1.2_spec</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>