| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-17 20:22:27 +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> | 
					
						
							|  |  |  |     <artifactId>spring-security-sso-auth-server</artifactId> | 
					
						
							|  |  |  |     <name>spring-security-sso-auth-server</name> | 
					
						
							|  |  |  |     <packaging>war</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2020-03-19 21:43:46 +01:00
										 |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2020-10-21 14:45:56 +03:00
										 |  |  |         <artifactId>spring-security-oauth2-sso</artifactId> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.security.oauth</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-security-oauth2</artifactId> | 
					
						
							|  |  |  |             <version>${oauth.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2023-05-31 19:56:25 +03:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>jakarta.annotation</groupId> | 
					
						
							|  |  |  |             <artifactId>jakarta.annotation-api</artifactId> | 
					
						
							|  |  |  |             <version>${jakarta.annotation-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>jakarta.xml.bind</groupId> | 
					
						
							|  |  |  |             <artifactId>jakarta.xml.bind-api</artifactId> | 
					
						
							|  |  |  |             <version>${jakarta.xml.bind-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <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> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-31 19:56:25 +03:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version> | 
					
						
							|  |  |  |         <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version> | 
					
						
							|  |  |  |         <jaxb-runtime.version>2.3.5</jaxb-runtime.version> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-17 20:22:27 +05:30
										 |  |  | </project> |