| 
									
										
										
										
											2023-02-16 08:47:54 -10:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2023-02-25 14:36:42 -10:00
										 |  |  |     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> | 
					
						
							|  |  |  |     <artifactId>spring-security-oauth2-testing</artifactId> | 
					
						
							|  |  |  |     <name>spring-security-oauth2-testing</name> | 
					
						
							|  |  |  |     <packaging>pom</packaging> | 
					
						
							|  |  |  |     <description>spring-security 6 oauth testing sample project</description> | 
					
						
							| 
									
										
										
										
											2024-01-05 00:23:15 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-25 14:36:42 -10:00
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-boot-3</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../parent-boot-3</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2024-01-05 00:23:15 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-25 14:36:42 -10:00
										 |  |  |     <dependencyManagement> | 
					
						
							|  |  |  |         <dependencies> | 
					
						
							|  |  |  |             <dependency> | 
					
						
							|  |  |  |                 <groupId>com.c4-soft.springaddons</groupId> | 
					
						
							|  |  |  |                 <artifactId>spring-addons-oauth2-test</artifactId> | 
					
						
							|  |  |  |                 <version>${spring-addons.version}</version> | 
					
						
							|  |  |  |             </dependency> | 
					
						
							|  |  |  |         </dependencies> | 
					
						
							|  |  |  |     </dependencyManagement> | 
					
						
							| 
									
										
										
										
											2024-01-05 00:23:15 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-25 14:36:42 -10:00
										 |  |  |     <modules> | 
					
						
							|  |  |  |         <module>reactive-resource-server</module> | 
					
						
							|  |  |  |         <module>servlet-resource-server</module> | 
					
						
							|  |  |  |     </modules> | 
					
						
							| 
									
										
										
										
											2024-01-05 00:23:15 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <spring-addons.version>7.1.10</spring-addons.version> | 
					
						
							| 
									
										
										
										
											2024-02-29 05:44:57 +05:30
										 |  |  |         <maven.compiler.release>17</maven.compiler.release> | 
					
						
							| 
									
										
										
										
											2024-01-05 00:23:15 +05:30
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-16 08:47:54 -10:00
										 |  |  | </project> |