lprimak commented on code in PR #1530:
URL: https://github.com/apache/shiro/pull/1530#discussion_r1636919275


##########
tools/hasher/pom.xml:
##########
@@ -38,14 +38,6 @@
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-core</artifactId>
-            <exclusions>
-                <!-- BeanUtils is for ini config - this simple command line 
program
-                     does not init a shiro environment, so we don't need it: 
-->
-                <exclusion>
-                    <groupId>commons-beanutils</groupId>
-                    <artifactId>commons-beanutils</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>

Review Comment:
   I was able to make reflection a one-liner, so that works just as well as 
`PropertyUtils`
   Thanks!



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to