18 lines
		
	
	
		
			412 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			412 B
		
	
	
	
		
			Plaintext
		
	
	
	
plugins {
 | 
						|
  id("otel.java-conventions")
 | 
						|
}
 | 
						|
 | 
						|
dependencies {
 | 
						|
  compileOnly(project(":instrumentation:logback:logback-mdc-1.0:library"))
 | 
						|
 | 
						|
  api(project(":testing-common"))
 | 
						|
 | 
						|
  api("ch.qos.logback:logback-classic:1.0.0")
 | 
						|
 | 
						|
  implementation("com.google.guava:guava")
 | 
						|
 | 
						|
  implementation("org.apache.groovy:groovy")
 | 
						|
  implementation("io.opentelemetry:opentelemetry-api")
 | 
						|
  implementation("org.spockframework:spock-core")
 | 
						|
}
 |