mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-1788: Manually add plexus-utils to dependencies of minify-maven-plugin (fix build).
This commit is contained in:
		
							
								
								
									
										7
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -248,6 +248,13 @@ | |||||||
|                     <groupId>com.github.buckelieg</groupId> |                     <groupId>com.github.buckelieg</groupId> | ||||||
|                     <artifactId>minify-maven-plugin</artifactId> |                     <artifactId>minify-maven-plugin</artifactId> | ||||||
|                     <version>2.0.1</version> |                     <version>2.0.1</version> | ||||||
|  |                     <dependencies> | ||||||
|  |                         <dependency> | ||||||
|  |                             <groupId>org.codehaus.plexus</groupId> | ||||||
|  |                             <artifactId>plexus-utils</artifactId> | ||||||
|  |                             <version>3.5.1</version> | ||||||
|  |                         </dependency> | ||||||
|  |                     </dependencies> | ||||||
|                 </plugin> |                 </plugin> | ||||||
|  |  | ||||||
|                 <!-- Explicitly use latest versions of core plugins --> |                 <!-- Explicitly use latest versions of core plugins --> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user