| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +05:30
										 |  |  | <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> | 
					
						
							|  |  |  |     <groupId>com.baeldung.keycloak</groupId> | 
					
						
							|  |  |  |     <artifactId>spring-boot-keycloak</artifactId> | 
					
						
							|  |  |  |     <version>0.0.1</version> | 
					
						
							| 
									
										
										
										
											2020-07-07 14:18:10 +03:00
										 |  |  |     <name>spring-boot-keycloak</name> | 
					
						
							| 
									
										
										
										
											2020-07-22 15:21:43 +05:30
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2020-07-07 14:18:10 +03:00
										 |  |  |     <description>This is a simple application demonstrating integration between Keycloak and Spring Boot.</description> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-22 15:21:43 +05:30
										 |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2023-10-07 13:52:12 +05:30
										 |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-boot-3</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../parent-boot-3</relativePath> | 
					
						
							| 
									
										
										
										
											2020-07-22 15:21:43 +05:30
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2023-01-15 14:21:58 +05:30
										 |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-oauth2-resource-server</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-data-jpa</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2022-09-12 15:36:30 +04:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-oauth2-client</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-security</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hsqldb</groupId> | 
					
						
							|  |  |  |             <artifactId>hsqldb</artifactId> | 
					
						
							|  |  |  |             <scope>runtime</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-thymeleaf</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2021-10-25 15:16:58 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>wsdl4j</groupId> | 
					
						
							|  |  |  |             <artifactId>wsdl4j</artifactId> | 
					
						
							| 
									
										
										
										
											2023-09-03 09:18:10 +03:00
										 |  |  |             <version>${wsdl4j.version}</version> | 
					
						
							| 
									
										
										
										
											2021-10-25 15:16:58 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web-services</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.security</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-security-test</artifactId> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-03-23 05:38:51 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.glassfish.jaxb</groupId> | 
					
						
							|  |  |  |             <artifactId>jaxb-runtime</artifactId> | 
					
						
							|  |  |  |             <version>${jaxb-runtime.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-boot-maven-plugin</artifactId> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2021-10-25 15:16:58 +05:30
										 |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |                 <artifactId>jaxb2-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-23 05:38:51 +02:00
										 |  |  |                 <version>${jaxb2-maven-plugin.version}</version> | 
					
						
							| 
									
										
										
										
											2021-10-25 15:16:58 +05:30
										 |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>xjc</id> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>xjc</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <packageName>com.baeldung</packageName> | 
					
						
							|  |  |  |                     <sources> | 
					
						
							| 
									
										
										
										
											2023-02-02 14:25:53 +02:00
										 |  |  |                         <source>/${project.basedir}/src/main/resources/products.xsd</source> | 
					
						
							| 
									
										
										
										
											2021-10-25 15:16:58 +05:30
										 |  |  |                     </sources> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							| 
									
										
										
										
											2023-10-11 10:04:44 +02:00
										 |  |  |         <start-class>com.baeldung.keycloak.SpringBootKeycloakApp</start-class> | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |         <jaxb-runtime.version>4.0.0</jaxb-runtime.version> | 
					
						
							| 
									
										
										
										
											2023-09-03 09:18:10 +03:00
										 |  |  |         <wsdl4j.version>1.6.3</wsdl4j.version> | 
					
						
							| 
									
										
										
										
											2023-10-07 13:52:12 +05:30
										 |  |  |         <jaxb2-maven-plugin.version>3.1.0</jaxb2-maven-plugin.version> | 
					
						
							| 
									
										
										
										
											2023-01-31 12:58:44 +02:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-13 22:46:18 +05:30
										 |  |  | </project> |