| 
									
										
										
										
											2021-08-03 00:27:15 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							|  |  |  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2021-05-23 23:48:43 +01:00
										 |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | 
					
						
							|  |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <groupId>helloworld</groupId> | 
					
						
							| 
									
										
										
										
											2021-07-28 20:10:03 +05:30
										 |  |  |     <artifactId>ToDoFunction</artifactId> | 
					
						
							| 
									
										
										
										
											2021-05-23 23:48:43 +01:00
										 |  |  |     <version>1.0</version> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2021-07-28 20:10:03 +05:30
										 |  |  |     <name>ToDoFunction</name> | 
					
						
							| 
									
										
										
										
											2021-05-23 23:48:43 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.amazonaws</groupId> | 
					
						
							|  |  |  |             <artifactId>aws-lambda-java-core</artifactId> | 
					
						
							|  |  |  |             <version>1.2.1</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2021-08-03 00:27:15 +05:30
										 |  |  |             <groupId>com.amazonaws</groupId> | 
					
						
							|  |  |  |             <artifactId>aws-lambda-java-events</artifactId> | 
					
						
							|  |  |  |             <version>3.6.0</version> | 
					
						
							| 
									
										
										
										
											2021-05-23 23:48:43 +01:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>uk.org.webcompere</groupId> | 
					
						
							|  |  |  |             <artifactId>lightweight-config</artifactId> | 
					
						
							|  |  |  |             <version>1.1.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.amazonaws</groupId> | 
					
						
							|  |  |  |             <artifactId>aws-lambda-java-log4j2</artifactId> | 
					
						
							|  |  |  |             <version>1.2.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.apache.logging.log4j</groupId> | 
					
						
							|  |  |  |             <artifactId>log4j-slf4j-impl</artifactId> | 
					
						
							|  |  |  |             <version>2.13.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-core</artifactId> | 
					
						
							|  |  |  |             <version>11.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-slf4j</artifactId> | 
					
						
							|  |  |  |             <version>11.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>io.github.openfeign</groupId> | 
					
						
							|  |  |  |             <artifactId>feign-gson</artifactId> | 
					
						
							|  |  |  |             <version>11.2</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.google.inject</groupId> | 
					
						
							|  |  |  |             <artifactId>guice</artifactId> | 
					
						
							|  |  |  |             <version>5.0.1</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2021-08-03 00:27:15 +05:30
										 |  |  |             <groupId>junit</groupId> | 
					
						
							|  |  |  |             <artifactId>junit</artifactId> | 
					
						
							|  |  |  |             <version>4.13.1</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							| 
									
										
										
										
											2021-05-23 23:48:43 +01:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>uk.org.webcompere</groupId> | 
					
						
							|  |  |  |             <artifactId>system-stubs-junit4</artifactId> | 
					
						
							|  |  |  |             <version>1.2.0</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.mockito</groupId> | 
					
						
							|  |  |  |             <artifactId>mockito-core</artifactId> | 
					
						
							|  |  |  |             <version>3.3.0</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.assertj</groupId> | 
					
						
							|  |  |  |             <artifactId>assertj-core</artifactId> | 
					
						
							|  |  |  |             <version>3.19.0</version> | 
					
						
							|  |  |  |             <scope>test</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2021-08-03 00:27:15 +05:30
										 |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-shade-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>3.2.4</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <phase>package</phase> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>shade</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							| 
									
										
										
										
											2021-05-23 23:48:43 +01:00
										 |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2021-08-03 00:27:15 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							|  |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |