15 lines
		
	
	
		
			323 B
		
	
	
	
		
			Groovy
		
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			323 B
		
	
	
	
		
			Groovy
		
	
	
	
| /*
 | |
|  * Classes that are common to all versions of the Hibernate instrumentation.
 | |
|  */
 | |
| 
 | |
| apply from: "${rootDir}/gradle/java.gradle"
 | |
| 
 | |
| dependencies {
 | |
|   compile project(':dd-java-agent:agent-tooling')
 | |
| 
 | |
|   compile deps.bytebuddy
 | |
|   compile deps.opentracing
 | |
|   annotationProcessor deps.autoservice
 | |
|   implementation deps.autoservice
 | |
| }
 |