| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2020-11-13 19:31:59 +01:00
										 |  |  | <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"> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>spring-kafka</artifactId> | 
					
						
							|  |  |  |     <name>spring-kafka</name> | 
					
						
							|  |  |  |     <description>Intro to Kafka with Spring</description> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  |         <artifactId>parent-boot-2</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../parent-boot-2</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-12-11 04:58:11 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.kafka</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-kafka</artifactId> | 
					
						
							| 
									
										
										
										
											2020-11-13 19:31:59 +01:00
										 |  |  |             <version>${spring-kafka.version}</version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-12-11 04:58:11 +00:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.kafka</groupId> | 
					
						
							|  |  |  |             <artifactId>kafka-streams</artifactId> | 
					
						
							|  |  |  |             <version>${kafka.streams.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-08-21 21:03:31 +01:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |             <artifactId>lombok</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-11-13 19:31:59 +01:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.kafka</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-kafka-test</artifactId> | 
					
						
							|  |  |  |             <version>${spring-kafka.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.testcontainers</groupId> | 
					
						
							|  |  |  |             <artifactId>kafka</artifactId> | 
					
						
							|  |  |  |             <version>${testcontainers-kafka.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-06-26 04:52:01 +05:30
										 |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2021-08-21 21:03:31 +01:00
										 |  |  |             <groupId>org.testcontainers</groupId> | 
					
						
							|  |  |  |             <artifactId>junit-jupiter</artifactId> | 
					
						
							|  |  |  |             <version>${testcontainers-kafka.version}</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.awaitility</groupId> | 
					
						
							|  |  |  |             <artifactId>awaitility</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2021-06-26 04:52:01 +05:30
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2021-12-11 04:58:11 +00:00
										 |  |  |         <spring-kafka.version>2.7.8</spring-kafka.version> | 
					
						
							|  |  |  |         <kafka.streams.version>2.7.1</kafka.streams.version> | 
					
						
							| 
									
										
										
										
											2021-06-25 21:50:37 +02:00
										 |  |  |         <testcontainers-kafka.version>1.15.3</testcontainers-kafka.version> | 
					
						
							| 
									
										
										
										
											2021-12-14 16:48:53 +01:00
										 |  |  |         <spring-boot.version>2.5.4</spring-boot.version> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |