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>
