| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |     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> | 
					
						
							| 
									
										
										
										
											2020-04-04 11:50:20 +02:00
										 |  |  |     <artifactId>coroutines-with-quasar</artifactId> | 
					
						
							|  |  |  |     <name>coroutines-with-quasar</name> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-04 11:48:18 +02:00
										 |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>libraries-concurrency</artifactId> | 
					
						
							|  |  |  |         <version>1.0.0-SNAPSHOT</version> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>co.paralleluniverse</groupId> | 
					
						
							|  |  |  |             <artifactId>quasar-core</artifactId> | 
					
						
							|  |  |  |             <version>0.8.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>co.paralleluniverse</groupId> | 
					
						
							|  |  |  |             <artifactId>quasar-actors</artifactId> | 
					
						
							|  |  |  |             <version>0.8.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>co.paralleluniverse</groupId> | 
					
						
							|  |  |  |             <artifactId>quasar-reactive-streams</artifactId> | 
					
						
							|  |  |  |             <version>0.8.0</version> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |     <build> | 
					
						
							|  |  |  |         <plugins> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <artifactId>maven-dependency-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>3.1.2</version> | 
					
						
							|  |  |  |                 <executions> | 
					
						
							|  |  |  |                     <execution> | 
					
						
							|  |  |  |                         <id>getClasspathFilenames</id> | 
					
						
							|  |  |  |                         <goals> | 
					
						
							|  |  |  |                             <goal>properties</goal> | 
					
						
							|  |  |  |                         </goals> | 
					
						
							|  |  |  |                     </execution> | 
					
						
							|  |  |  |                 </executions> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.codehaus.mojo</groupId> | 
					
						
							|  |  |  |                 <artifactId>exec-maven-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>1.6.0</version> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							| 
									
										
										
										
											2020-04-01 20:29:34 +02:00
										 |  |  |                     <mainClass>com.baeldung.quasar.App</mainClass> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |                     <workingDirectory>target/classes</workingDirectory> | 
					
						
							|  |  |  |                     <executable>java</executable> | 
					
						
							|  |  |  |                     <arguments> | 
					
						
							|  |  |  |                         <!-- Turn off before production --> | 
					
						
							|  |  |  |                         <argument>-Dco.paralleluniverse.fibers.verifyInstrumentation=true</argument> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |                         <!-- Quasar Agent --> | 
					
						
							|  |  |  |                         <argument>-javaagent:${co.paralleluniverse:quasar-core:jar}</argument> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |                         <!-- Classpath --> | 
					
						
							|  |  |  |                         <argument>-classpath</argument> | 
					
						
							|  |  |  |                         <classpath /> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |                         <!-- Main class --> | 
					
						
							| 
									
										
										
										
											2020-04-01 20:29:34 +02:00
										 |  |  |                         <argument>com.baeldung.quasar.App</argument> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:47:20 +01:00
										 |  |  |                     </arguments> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <version>3.8.0</version> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |             <plugin> | 
					
						
							|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
					
						
							|  |  |  |                 <artifactId>maven-compiler-plugin</artifactId> | 
					
						
							|  |  |  |                 <configuration> | 
					
						
							|  |  |  |                     <source>12</source> | 
					
						
							|  |  |  |                     <target>12</target> | 
					
						
							|  |  |  |                 </configuration> | 
					
						
							|  |  |  |             </plugin> | 
					
						
							|  |  |  |         </plugins> | 
					
						
							|  |  |  |     </build> | 
					
						
							| 
									
										
										
										
											2020-03-21 15:41:40 +01:00
										 |  |  | </project> |