| 
									
										
										
										
											2019-12-05 16:56:52 +02:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							| 
									
										
										
										
											2021-05-06 19:53:35 +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-04 14:57:29 +02:00
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							|  |  |  |     <artifactId>core-java-concurrency-advanced-3</artifactId> | 
					
						
							|  |  |  |     <version>0.1.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     <name>core-java-concurrency-advanced-3</name> | 
					
						
							|  |  |  |     <packaging>jar</packaging> | 
					
						
							| 
									
										
										
										
											2021-05-06 19:53:35 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |     <parent> | 
					
						
							| 
									
										
										
										
											2020-05-25 16:15:48 +02:00
										 |  |  |         <groupId>com.baeldung.core-java-modules</groupId> | 
					
						
							|  |  |  |         <artifactId>core-java-modules</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.jcabi</groupId> | 
					
						
							|  |  |  |             <artifactId>jcabi-aspects</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |             <version>${jcabi-aspects.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.aspectj</groupId> | 
					
						
							|  |  |  |             <artifactId>aspectjrt</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |             <version>${aspectjrt.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |             <scope>runtime</scope> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.cactoos</groupId> | 
					
						
							|  |  |  |             <artifactId>cactoos</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |             <version>${cactoos.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>com.ea.async</groupId> | 
					
						
							|  |  |  |             <artifactId>ea-async</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |             <version>${ea-async.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:37:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |     <build> | 
					
						
							|  |  |  |         <finalName>core-java-concurrency-advanced-3</finalName> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <source>${maven.compiler.source}</source> | 
					
						
							|  |  |  |                     <target>${maven.compiler.target}</target> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>com.jcabi</groupId> | 
					
						
							|  |  |  |                 <artifactId>jcabi-maven-plugin</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |                 <version>${jcabi-maven-plugin.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>ajc</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |                 <dependencies> | 
					
						
							|  |  |  |                     <dependency> | 
					
						
							|  |  |  |                         <groupId>org.aspectj</groupId> | 
					
						
							|  |  |  |                         <artifactId>aspectjtools</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |                         <version>${aspectjtools.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |                     </dependency> | 
					
						
							|  |  |  |                     <dependency> | 
					
						
							|  |  |  |                         <groupId>org.aspectj</groupId> | 
					
						
							|  |  |  |                         <artifactId>aspectjweaver</artifactId> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |                         <version>${aspectjweaver.version}</version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |                     </dependency> | 
					
						
							|  |  |  |                 </dependencies> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |         <resources> | 
					
						
							|  |  |  |             <resource> | 
					
						
							|  |  |  |                 <directory>src/main/resources</directory> | 
					
						
							|  |  |  |                 <filtering>true</filtering> | 
					
						
							|  |  |  |             </resource> | 
					
						
							|  |  |  |         </resources> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:37:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |     <properties> | 
					
						
							|  |  |  |         <maven.compiler.source>1.8</maven.compiler.source> | 
					
						
							|  |  |  |         <maven.compiler.target>1.8</maven.compiler.target> | 
					
						
							| 
									
										
										
										
											2020-01-09 11:34:28 +02:00
										 |  |  |         <jcabi-aspects.version>0.22.6</jcabi-aspects.version> | 
					
						
							|  |  |  |         <aspectjrt.version>1.9.5</aspectjrt.version> | 
					
						
							|  |  |  |         <cactoos.version>0.43</cactoos.version> | 
					
						
							|  |  |  |         <ea-async.version>1.2.3</ea-async.version> | 
					
						
							|  |  |  |         <jcabi-maven-plugin.version>0.14.1</jcabi-maven-plugin.version> | 
					
						
							|  |  |  |         <aspectjtools.version>1.9.1</aspectjtools.version> | 
					
						
							|  |  |  |         <aspectjweaver.version>1.9.1</aspectjweaver.version> | 
					
						
							| 
									
										
										
										
											2020-01-04 14:57:29 +02:00
										 |  |  |     </properties> | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-06 19:53:35 +05:30
										 |  |  | </project> |