Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/29#discussion_r30269047
  
    --- Diff: pom.xml ---
    @@ -119,6 +119,8 @@
         <accumulo.release.version>${project.version}</accumulo.release.version>
         <!-- bouncycastle version for test dependencies -->
         <bouncycastle.version>1.50</bouncycastle.version>
    +    <!-- Curator version -->
    +    <curator.version>2.7.1</curator.version>
    --- End diff --
    
    Do we anticipate needing to control this on the command line, or elsewhere? 
We generally don't need properties for dependency versions (especially for test 
dependencies) unless the same version is used repeatedly for multiple artifacts 
(like jetty or slf4j) or if we anticipate swapping it out frequently during 
different build environments.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to