|  | @@ -25,7 +25,7 @@ dependencies {
 | 
	
		
			
				|  |  |    compile "org.elasticsearch:elasticsearch-cli:${version}"
 | 
	
		
			
				|  |  |    compile "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${versions.randomizedrunner}"
 | 
	
		
			
				|  |  |    compile "junit:junit:${versions.junit}"
 | 
	
		
			
				|  |  | -  compile "org.hamcrest:hamcrest-all:${versions.hamcrest}"
 | 
	
		
			
				|  |  | +  compile "org.hamcrest:hamcrest:${versions.hamcrest}"
 | 
	
		
			
				|  |  |    compile "org.apache.lucene:lucene-test-framework:${versions.lucene}"
 | 
	
		
			
				|  |  |    compile "org.apache.lucene:lucene-codecs:${versions.lucene}"
 | 
	
		
			
				|  |  |    compile "commons-logging:commons-logging:${versions.commonslogging}"
 | 
	
	
		
			
				|  | @@ -52,15 +52,7 @@ thirdPartyAudit.ignoreMissingClasses (
 | 
	
		
			
				|  |  |    'javax.servlet.ServletContextListener',
 | 
	
		
			
				|  |  |    'org.apache.avalon.framework.logger.Logger',
 | 
	
		
			
				|  |  |    'org.apache.log.Hierarchy',
 | 
	
		
			
				|  |  | -  'org.apache.log.Logger',
 | 
	
		
			
				|  |  | -   // we intentionally exclude the ant tasks because people were depending on them from their tests!!!!!!!
 | 
	
		
			
				|  |  | -  'org.apache.tools.ant.BuildException',
 | 
	
		
			
				|  |  | -  'org.apache.tools.ant.DirectoryScanner',
 | 
	
		
			
				|  |  | -  'org.apache.tools.ant.Task',
 | 
	
		
			
				|  |  | -  'org.apache.tools.ant.types.FileSet',
 | 
	
		
			
				|  |  | -  'org.easymock.EasyMock',
 | 
	
		
			
				|  |  | -  'org.easymock.IArgumentMatcher',
 | 
	
		
			
				|  |  | -  'org.jmock.core.Constraint'
 | 
	
		
			
				|  |  | +  'org.apache.log.Logger'
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  test {
 |