DaanHoogland opened a new pull request #3956: maven quality tool plugins
URL: https://github.com/apache/cloudstack/pull/3956
 
 
   ## Description
   <!--- Describe your changes in detail -->
   owasp dependency checker and other tools during the site build phase to be 
able to add them to apache jenkins. inluding updates and cleanups.
   
   Some version discrepencies arose so version upgrades are included and `mvn 
dependency:tree | grep <this or that> | sort -u` gave some that need handling:
   
   ```
   com.fasterxml.jackson.core:jackson-core:jar:2.1.3:compile
   com.fasterxml.jackson.core:jackson-core:jar:2.9.10:compile
   
   com.google.code.findbugs:jsr305:jar:1.3.9:compile
   com.google.code.findbugs:jsr305:jar:3.0.2:compile
   
   com.google.http-client:google-http-client:jar:1.17.0-rc:compile
   com.google.http-client:google-http-client:jar:1.20.0:compile
   
   com.unboundid:unboundid-ldapsdk:jar:3.2.0:compile
   com.unboundid:unboundid-ldapsdk:jar:4.0.14:test
   
   commons-collections:commons-collections:jar:3.2.1:compile
   commons-collections:commons-collections:jar:3.2.2:compile
   
   commons-logging:commons-logging:jar:1.1.1:compile
   commons-logging:commons-logging:jar:1.2:compile
   
   javax.annotation:javax.annotation-api:jar:1.3.2:compile
   # javax.annotation:javax.annotation-api:jar:1.3:compile
   
   joda-time:joda-time:jar:2.10.5:compile
   # joda-time:joda-time:jar:2.2:compile
   # joda-time:joda-time:jar:2.8.1:compile
   # joda-time:joda-time:jar:2.9.3:compile
   
   org.slf4j:slf4j-api:jar:1.7.29:compile
   org.slf4j:slf4j-log4j12:jar:1.7.29:compile
   
   xerces:xercesImpl:jar:2.12.0:test
   # xerces:xercesImpl:jar:2.8.0:compile
   xml-apis:xml-apis-ext:jar:1.3.04:compile
   
   # xml-apis:xml-apis:jar:1.0.b2:compile,test
   # xml-apis:xml-apis:jar:1.4.01:test
   xml-apis:xml-apis:jar:2.0.2:test,compile ???
   ```
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to 
reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be 
closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to 
-->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the 
[CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md)
 document -->
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to