You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/11/17 17:45:32 UTC

[GitHub] [accumulo] dlmarion commented on pull request #1786: 1463 remove beanutils

dlmarion commented on pull request #1786:
URL: https://github.com/apache/accumulo/pull/1786#issuecomment-729091982


   Made the changes you requested. I'm not sure what spam you were getting previously, but I did the following and did not get any results:
   
   ```
   mvn clean verify -Psunny
   find */target/surefire-reports -name *.txt -exec grep -H beanutils {} \;
   find */target/failsafe-reports -name *.txt -exec grep -H beanutils {} \;
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org