This is an automated email from the ASF dual-hosted git repository.
rmannibucau pushed a commit to tag 1.1.1
in repository https://gitbox.apache.org/repos/asf/bval.git
commit a3744e903f6a91ba062e4231723f1f52044b822b
Author: mbenson <mbenson@13f79535-47bb-0310-9956-ffa450edef68>
AuthorDate: Thu Sep 10 15:45:19 2015 +0000
[BVAL-138] mark dependencies, which will be embedded and inlined, as
provided
git-svn-id: http://svn.apache.org/repos/asf/bval/trunk@1702283
13f79535-47bb-0310-9956-ffa450edef68
---
bundle/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bundle/pom.xml b/bundle/pom.xml
index 21ce6d1..0e0fae1 100644
--- a/bundle/pom.xml
+++ b/bundle/pom.xml
@@ -44,11 +44,13 @@
<groupId>org.apache.bval</groupId>
<artifactId>bval-core</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
</dependencies>