| 
									
										
										
										
											2023-08-17 18:14:53 +05:30
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <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.baeldung.spring-boot-documentation</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-boot-documentation</artifactId> | 
					
						
							|  |  |  |     <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>spring-boot-documentation</name> | 
					
						
							|  |  |  |     <description>Documentation Spring Event Driven API Using AsyncAPI and Springwolf</description> | 
					
						
							|  |  |  |     <packaging>pom</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-boot-3</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../parent-boot-3/pom.xml</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencyManagement> | 
					
						
							|  |  |  |         <dependencies> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.junit</groupId> | 
					
						
							|  |  |  |                 <artifactId>junit-bom</artifactId> | 
					
						
							|  |  |  |                 <version>${junit-jupiter.version}</version> | 
					
						
							|  |  |  |                 <type>pom</type> | 
					
						
							|  |  |  |                 <scope>import</scope> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-dependencies</artifactId> | 
					
						
							|  |  |  |                 <version>${spring-boot.version}</version> | 
					
						
							|  |  |  |                 <type>pom</type> | 
					
						
							|  |  |  |                 <scope>import</scope> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-starter</artifactId> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.kafka</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-kafka</artifactId> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>io.swagger.core.v3</groupId> | 
					
						
							|  |  |  |                 <artifactId>swagger-core-jakarta</artifactId> | 
					
						
							| 
									
										
										
										
											2023-09-03 09:18:10 +03:00
										 |  |  |                 <version>${swagger-core-jakarta.version}</version> | 
					
						
							| 
									
										
										
										
											2023-08-17 18:14:53 +05:30
										 |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>io.github.springwolf</groupId> | 
					
						
							|  |  |  |                 <artifactId>springwolf-kafka</artifactId> | 
					
						
							|  |  |  |                 <version>${springwolf-kafka.version}</version> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>io.github.springwolf</groupId> | 
					
						
							|  |  |  |                 <artifactId>springwolf-ui</artifactId> | 
					
						
							|  |  |  |                 <version>${springwolf-ui.version}</version> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |                 <artifactId>lombok</artifactId> | 
					
						
							|  |  |  |                 <version>${lombok.version}</version> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.springframework.kafka</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-kafka-test</artifactId> | 
					
						
							|  |  |  |                 <scope>test</scope> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>org.testcontainers</groupId> | 
					
						
							|  |  |  |                 <artifactId>junit-jupiter</artifactId> | 
					
						
							|  |  |  |                 <version>${testcontainers-kafka.version}</version> | 
					
						
							|  |  |  |                 <scope>test</scope> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |         </dependencies> | 
					
						
							|  |  |  |     </dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <mainClass>com.baeldung.boot.documentation.springwolf.SpringwolfApplication</mainClass> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2023-09-03 09:18:10 +03:00
										 |  |  |         <swagger-core-jakarta.version>2.2.11</swagger-core-jakarta.version> | 
					
						
							| 
									
										
										
										
											2023-09-04 22:02:38 +02:00
										 |  |  |         <springwolf-kafka.version>0.14.0</springwolf-kafka.version> | 
					
						
							|  |  |  |         <springwolf-ui.version>0.14.0</springwolf-ui.version> | 
					
						
							| 
									
										
										
										
											2023-11-30 10:20:20 +01:00
										 |  |  |         <testcontainers-kafka.version>1.19.3</testcontainers-kafka.version> | 
					
						
							| 
									
										
										
										
											2023-08-17 18:14:53 +05:30
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |