You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2012/11/07 18:45:47 UTC

svn commit: r1406736 [2/2] - in /bval/branches/privileged2: ./ bval-core/ bval-core/src/main/java/org/apache/bval/util/ bval-jsr303/ bval-jsr303/src/main/java/org/apache/bval/jsr303/ bval-jsr303/src/main/java/org/apache/bval/jsr303/resolver/ bval-jsr30...

Modified: bval/branches/privileged2/pom.xml
URL: http://svn.apache.org/viewvc/bval/branches/privileged2/pom.xml?rev=1406736&r1=1405063&r2=1406736&view=diff
==============================================================================
--- bval/branches/privileged2/pom.xml (original)
+++ bval/branches/privileged2/pom.xml Wed Nov  7 17:45:46 2012
@@ -39,6 +39,7 @@
 
     <properties>
         <site.deploy.url>scp://people.apache.org/home/${user.name}/public_html/bval/${project.version}/staging-site</site.deploy.url>
+        <privilegedMethodWeaver.version>0.1-SNAPSHOT</privilegedMethodWeaver.version>
     </properties>
 
     <inceptionYear>2010</inceptionYear>
@@ -321,6 +322,12 @@
                 <artifactId>xstream</artifactId>
                 <version>1.3.1</version>
             </dependency>
+            <dependency>
+                <groupId>mbenson.pmw</groupId>
+                <artifactId>privileged-method-weaver-api</artifactId>
+                <version>${privilegedMethodWeaver.version}</version>
+                <scope>provided</scope>
+            </dependency>
             <!-- Optional - only used by bval-json -->
             <dependency>
                 <groupId>org.freemarker</groupId>
@@ -541,6 +548,11 @@
                   <artifactId>maven-source-plugin</artifactId>
                   <version>2.1.1</version>
                 </plugin>
+                <plugin>
+                  <groupId>mbenson.pmw</groupId>
+                  <artifactId>privileged-method-weaver-maven-plugin</artifactId>
+                  <version>${privilegedMethodWeaver.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>