Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/932#discussion_r41998154 --- Diff: pom.xml --- @@ -73,7 +73,7 @@ <cs.jasypt.version>1.9.2</cs.jasypt.version> <cs.trilead.version>1.0.0-build217</cs.trilead.version> <cs.ehcache.version>2.6.9</cs.ehcache.version> - <cs.gson.version>1.7.2</cs.gson.version> + <cs.gson.version>[2.4,)</cs.gson.version> --- End diff -- Our standard currently is to pin to a specific version, in this case you depend on any 2.4.X version. Although I understand your reasons, is this the PR to change that behavior? It makes testing harder when deps change as long as we don't have proper testing in place.
--- 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. ---