| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  | <?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>moto.tests</groupId> | 
					
						
							|  |  |  |   <artifactId>java-tests</artifactId> | 
					
						
							|  |  |  |   <version>1.0-SNAPSHOT</version> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <name>java-tests</name> | 
					
						
							|  |  |  |   <url>docs.getmoto.org</url> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <properties> | 
					
						
							|  |  |  |     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 
					
						
							|  |  |  |     <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |     <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							|  |  |  |   </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <dependencyManagement> | 
					
						
							|  |  |  |   <dependencies> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |       <artifactId>bom</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-27 20:50:33 -07:00
										 |  |  |       <version>2.20.33</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |       <type>pom</type> | 
					
						
							|  |  |  |       <scope>import</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |   </dependencies> | 
					
						
							|  |  |  |   </dependencyManagement> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <dependencies> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>junit</groupId> | 
					
						
							|  |  |  |       <artifactId>junit</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-15 11:01:54 -01:00
										 |  |  |       <version>4.13.2</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |       <scope>test</scope> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |     <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |     <artifactId>dynamodb</artifactId> | 
					
						
							|  |  |  |   </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |       <artifactId>s3</artifactId> | 
					
						
							|  |  |  |       <exclusions> | 
					
						
							|  |  |  |         <exclusion> | 
					
						
							|  |  |  |           <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |           <artifactId>netty-nio-client</artifactId> | 
					
						
							|  |  |  |         </exclusion> | 
					
						
							|  |  |  |         <exclusion> | 
					
						
							|  |  |  |           <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |           <artifactId>apache-client</artifactId> | 
					
						
							|  |  |  |         </exclusion> | 
					
						
							|  |  |  |       </exclusions> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |       <artifactId>url-connection-client</artifactId> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |     <dependency> | 
					
						
							|  |  |  |       <groupId>software.amazon.awssdk</groupId> | 
					
						
							|  |  |  |       <artifactId>apache-client</artifactId> | 
					
						
							|  |  |  |     </dependency> | 
					
						
							|  |  |  |   </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   <build> | 
					
						
							|  |  |  |     <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> | 
					
						
							|  |  |  |       <plugins> | 
					
						
							|  |  |  |         <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-clean-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-27 20:50:33 -07:00
										 |  |  |           <version>3.2.0</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging --> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-resources-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-27 20:50:33 -07:00
										 |  |  |           <version>3.3.1</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-21 10:20:33 -01:00
										 |  |  |           <version>3.11.0</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-21 10:21:10 -01:00
										 |  |  |           <version>3.0.0</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-jar-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-14 16:29:28 +00:00
										 |  |  |           <version>3.3.0</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-install-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-27 20:50:33 -07:00
										 |  |  |           <version>3.1.1</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-deploy-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-27 20:50:33 -07:00
										 |  |  |           <version>3.1.1</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-site-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-15 10:42:28 -01:00
										 |  |  |           <version>3.12.1</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |         <plugin> | 
					
						
							|  |  |  |           <artifactId>maven-project-info-reports-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2023-03-21 15:54:33 -01:00
										 |  |  |           <version>3.4.2</version> | 
					
						
							| 
									
										
										
										
											2023-03-02 13:28:21 -01:00
										 |  |  |         </plugin> | 
					
						
							|  |  |  |       </plugins> | 
					
						
							|  |  |  |     </pluginManagement> | 
					
						
							|  |  |  |   </build> | 
					
						
							|  |  |  | </project> |