release 0.8.0 #12
							
								
								
									
										42
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								pom.xml
									
									
									
									
									
								
							| @ -24,22 +24,22 @@ | |||||||
|     </dependency> |     </dependency> | ||||||
|      |      | ||||||
|     <dependency> |     <dependency> | ||||||
|     	<groupId>org.openjfx</groupId> |         <groupId>org.openjfx</groupId> | ||||||
|     	<artifactId>javafx-controls</artifactId> |         <artifactId>javafx-controls</artifactId> | ||||||
|     	<version>11</version> |         <version>11</version> | ||||||
|     </dependency> |     </dependency> | ||||||
|      |      | ||||||
|     <dependency> |     <dependency> | ||||||
|     	<groupId>org.openjfx</groupId> |         <groupId>org.openjfx</groupId> | ||||||
|     	<artifactId>javafx-fxml</artifactId> |         <artifactId>javafx-fxml</artifactId> | ||||||
|     	<version>11</version> |         <version>11</version> | ||||||
| 	</dependency> |     </dependency> | ||||||
| 	 |  | ||||||
| 	<dependency> |     <dependency> | ||||||
| 	    <groupId>org.openjfx</groupId> |         <groupId>org.openjfx</groupId> | ||||||
| 	    <artifactId>javafx-media</artifactId> |         <artifactId>javafx-media</artifactId> | ||||||
| 	    <version>11</version> |         <version>11</version> | ||||||
| 	</dependency> |     </dependency> | ||||||
|  |  | ||||||
|     <dependency> |     <dependency> | ||||||
|         <groupId>commons-io</groupId> |         <groupId>commons-io</groupId> | ||||||
| @ -91,6 +91,22 @@ | |||||||
|                 <showDeprecation>true</showDeprecation>  |                 <showDeprecation>true</showDeprecation>  | ||||||
|             </configuration>  |             </configuration>  | ||||||
|         </plugin> |         </plugin> | ||||||
|  |          | ||||||
|  |         <plugin> | ||||||
|  |             <groupId>org.codehaus.mojo</groupId> | ||||||
|  |             <artifactId>exec-maven-plugin</artifactId> | ||||||
|  |             <version>1.6.0</version> | ||||||
|  |             <executions> | ||||||
|  |                 <execution> | ||||||
|  |                     <goals> | ||||||
|  |                         <goal>java</goal> | ||||||
|  |                     </goals> | ||||||
|  |                 </execution> | ||||||
|  |             </executions> | ||||||
|  |             <configuration> | ||||||
|  |                 <mainClass>kellerkinder.HomeFlix.application.Main</mainClass> | ||||||
|  |             </configuration> | ||||||
|  |         </plugin> | ||||||
|  |  | ||||||
|         <plugin> |         <plugin> | ||||||
|             <groupId>org.apache.maven.plugins</groupId> |             <groupId>org.apache.maven.plugins</groupId> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user