| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-17 20:23:25 +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"> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2020-07-07 14:18:10 +03:00
										 |  |  |     <artifactId>spring-resttemplate-2</artifactId> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |     <version>0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>spring-resttemplate-2</name> | 
					
						
							|  |  |  |     <packaging>war</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							| 
									
										
										
										
											2024-02-09 07:50:30 +02:00
										 |  |  |         <artifactId>parent-boot-3</artifactId> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2024-02-09 07:50:30 +02:00
										 |  |  |         <relativePath>../../parent-boot-3</relativePath> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <!-- Spring Boot Dependencies --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-web</artifactId> | 
					
						
							| 
									
										
										
										
											2020-10-11 16:26:31 +05:30
										 |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |                     <artifactId>spring-boot-starter-tomcat</artifactId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-10-11 16:26:31 +05:30
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-jetty</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2024-02-09 07:50:30 +02:00
										 |  |  |             <groupId>org.apache.httpcomponents.client5</groupId> | 
					
						
							|  |  |  |             <artifactId>httpclient5</artifactId> | 
					
						
							| 
									
										
										
										
											2020-10-11 16:26:31 +05:30
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>commons-io</groupId> | 
					
						
							|  |  |  |             <artifactId>commons-io</artifactId> | 
					
						
							|  |  |  |             <version>${commons-io.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-starter-test</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <!-- Spring --> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-web</artifactId> | 
					
						
							|  |  |  |             <exclusions> | 
					
						
							|  |  |  |                 <exclusion> | 
					
						
							|  |  |  |                     <artifactId>commons-logging</artifactId> | 
					
						
							|  |  |  |                     <groupId>commons-logging</groupId> | 
					
						
							|  |  |  |                 </exclusion> | 
					
						
							|  |  |  |             </exclusions> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2024-02-09 07:50:30 +02:00
										 |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.rest-assured</groupId> | 
					
						
							|  |  |  |             <artifactId>rest-assured</artifactId> | 
					
						
							|  |  |  |             <version>${rest-assured.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>jakarta.servlet</groupId> | 
					
						
							|  |  |  |             <artifactId>jakarta.servlet-api</artifactId> | 
					
						
							|  |  |  |             <version>${jakarta.servlet-api.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.eclipse.jetty</groupId> | 
					
						
							|  |  |  |             <artifactId>jetty-server</artifactId> | 
					
						
							|  |  |  |             <version>${jetty.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							| 
									
										
										
										
											2020-06-13 14:54:57 +02:00
										 |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2020-12-18 09:11:27 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-02-09 07:50:30 +02:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <start-class>com.baeldung.compress.SpringCompressRequestApplication</start-class> | 
					
						
							|  |  |  |         <rest-assured.version>3.3.0</rest-assured.version> | 
					
						
							|  |  |  |         <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version> | 
					
						
							|  |  |  |         <jetty.version>11.0.15</jetty.version> | 
					
						
							| 
									
										
										
										
											2024-02-22 15:24:52 +05:30
										 |  |  |         <spring-boot.version>3.1.5</spring-boot.version> | 
					
						
							| 
									
										
										
										
											2024-02-09 07:50:30 +02:00
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-18 09:11:27 +00:00
										 |  |  | </project> |