| 
									
										
										
										
											2021-05-06 17:14:43 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							|  |  |  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +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>com.baeldung</groupId> | 
					
						
							|  |  |  |     <artifactId>ShippingFunction</artifactId> | 
					
						
							|  |  |  |     <version>1.0</version> | 
					
						
							| 
									
										
										
										
											2021-04-02 22:46:25 +05:30
										 |  |  |     <name>ShippingFunction</name> | 
					
						
							| 
									
										
										
										
											2022-01-10 22:05:47 +05:30
										 |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-05-16 22:25:29 +05:30
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>aws-lambda</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.amazonaws</groupId> | 
					
						
							|  |  |  |             <artifactId>aws-lambda-java-core</artifactId> | 
					
						
							| 
									
										
										
										
											2021-10-29 09:37:04 +05:30
										 |  |  |             <version>${aws-lambda-java-core.version}</version> | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							| 
									
										
										
										
											2021-05-06 17:14:43 +05:30
										 |  |  |             <groupId>com.amazonaws</groupId> | 
					
						
							|  |  |  |             <artifactId>aws-lambda-java-events</artifactId> | 
					
						
							| 
									
										
										
										
											2021-10-29 09:37:04 +05:30
										 |  |  |             <version>${aws-lambda-java-events.version}</version> | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.fasterxml.jackson.core</groupId> | 
					
						
							|  |  |  |             <artifactId>jackson-databind</artifactId> | 
					
						
							| 
									
										
										
										
											2021-10-29 09:37:04 +05:30
										 |  |  |             <version>${jackson-databind.version}</version> | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hibernate</groupId> | 
					
						
							|  |  |  |             <artifactId>hibernate-core</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.hibernate</groupId> | 
					
						
							|  |  |  |             <artifactId>hibernate-hikaricp</artifactId> | 
					
						
							|  |  |  |             <version>${hibernate.version}</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.postgresql</groupId> | 
					
						
							|  |  |  |             <artifactId>postgresql</artifactId> | 
					
						
							| 
									
										
										
										
											2021-10-29 09:37:04 +05:30
										 |  |  |             <version>${postgresql.version}</version> | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <build> | 
					
						
							| 
									
										
										
										
											2021-05-06 17:14:43 +05:30
										 |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-shade-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>3.1.1</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <phase>package</phase> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>shade</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							| 
									
										
										
										
											2020-08-29 00:07:53 +01:00
										 |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2021-05-06 17:14:43 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  |     <properties> | 
					
						
							|  |  |  |         <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							|  |  |  |         <hibernate.version>5.4.21.Final</hibernate.version> | 
					
						
							| 
									
										
										
										
											2021-10-29 09:37:04 +05:30
										 |  |  |         <aws-lambda-java-core.version>1.2.0</aws-lambda-java-core.version> | 
					
						
							|  |  |  |         <aws-lambda-java-events.version>3.1.0</aws-lambda-java-events.version> | 
					
						
							|  |  |  |         <jackson-databind.version>2.11.2</jackson-databind.version> | 
					
						
							|  |  |  |         <postgresql.version>42.2.16</postgresql.version> | 
					
						
							| 
									
										
										
										
											2021-05-06 17:14:43 +05:30
										 |  |  |     </properties> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </project> |