| 
									
										
										
										
											2020-01-01 17:38:39 +01:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-06 18:01:55 +05:30
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2020-03-15 18:22:24 +05:30
										 |  |  |     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-01-29 21:15:24 +01:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>core-java-14</artifactId> | 
					
						
							|  |  |  |     <name>core-java-14</name> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2020-01-01 17:38:39 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-29 21:15:24 +01:00
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-modules</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2021-09-20 00:04:26 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-02 17:55:17 +02:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.projectlombok</groupId> | 
					
						
							|  |  |  |             <artifactId>lombok</artifactId> | 
					
						
							|  |  |  |             <version>1.18.24</version> | 
					
						
							|  |  |  |             <scope>provided</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-29 21:15:24 +01:00
										 |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${maven-compiler-plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <release>${maven.compiler.release}</release> | 
					
						
							|  |  |  |                     <compilerArgs>--enable-preview</compilerArgs> | 
					
						
							| 
									
										
										
										
											2020-10-22 10:42:10 +02:00
										 |  |  |                     <source>14</source> | 
					
						
							|  |  |  |                     <target>14</target> | 
					
						
							| 
									
										
										
										
											2020-01-29 21:15:24 +01:00
										 |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-surefire-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>${surefire.plugin.version}</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <argLine>--enable-preview</argLine> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2020-01-01 17:38:39 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-29 21:15:24 +01:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <maven.compiler.release>14</maven.compiler.release> | 
					
						
							| 
									
										
										
										
											2020-01-26 15:14:18 +01:00
										 |  |  |         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> | 
					
						
							| 
									
										
										
										
											2020-01-16 01:53:26 +05:30
										 |  |  |         <surefire.plugin.version>3.0.0-M3</surefire.plugin.version> | 
					
						
							| 
									
										
										
										
											2020-01-29 21:15:24 +01:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2020-01-01 17:38:39 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | </project> |