Author: mbenson
Date: Thu Sep 10 15:45:19 2015
New Revision: 1702283

URL: http://svn.apache.org/r1702283
Log:
[BVAL-138] mark dependencies, which will be embedded and inlined, as provided

Modified:
    bval/trunk/bundle/pom.xml

Modified: bval/trunk/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/bval/trunk/bundle/pom.xml?rev=1702283&r1=1702282&r2=1702283&view=diff
==============================================================================
--- bval/trunk/bundle/pom.xml (original)
+++ bval/trunk/bundle/pom.xml Thu Sep 10 15:45:19 2015
@@ -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>
 


Reply via email to