|  | @@ -3,7 +3,7 @@
 | 
	
		
			
				|  |  |  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
	
		
			
				|  |  |    <modelVersion>4.0.0</modelVersion>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  <groupId>com.redhat.training.kafka</groupId>
 | 
	
		
			
				|  |  | +  <groupId>com.redhat.training.kafka.coreapi</groupId>
 | 
	
		
			
				|  |  |    <artifactId>sample-consumer</artifactId>
 | 
	
		
			
				|  |  |    <version>1.0.1</version>
 | 
	
		
			
				|  |  |    <name>consumer</name>
 | 
	
	
		
			
				|  | @@ -22,6 +22,11 @@
 | 
	
		
			
				|  |  |        <version>3.7.0.redhat-00007</version>
 | 
	
		
			
				|  |  |      </dependency>
 | 
	
		
			
				|  |  |      <dependency>
 | 
	
		
			
				|  |  | +        <groupId>org.slf4j</groupId>
 | 
	
		
			
				|  |  | +        <artifactId>slf4j-api</artifactId>
 | 
	
		
			
				|  |  | +        <version>2.0.7.redhat-00003</version>
 | 
	
		
			
				|  |  | +      </dependency>
 | 
	
		
			
				|  |  | +      <dependency>
 | 
	
		
			
				|  |  |        <groupId>org.slf4j</groupId>
 | 
	
		
			
				|  |  |        <artifactId>slf4j-simple</artifactId>
 | 
	
		
			
				|  |  |        <version>2.0.7.redhat-00003</version>
 |