Derp, fix the build from failing and add a version to shade plugin.
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -42,3 +42,4 @@ target/
 | 
				
			|||||||
.project
 | 
					.project
 | 
				
			||||||
config.yml
 | 
					config.yml
 | 
				
			||||||
src/com/matejdro/
 | 
					src/com/matejdro/
 | 
				
			||||||
 | 
					/dependency-reduced-pom.xml
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								pom.xml
									
									
									
									
									
								
							@@ -156,6 +156,7 @@
 | 
				
			|||||||
			<plugin>
 | 
								<plugin>
 | 
				
			||||||
				<groupId>org.apache.maven.plugins</groupId>
 | 
									<groupId>org.apache.maven.plugins</groupId>
 | 
				
			||||||
				<artifactId>maven-shade-plugin</artifactId>
 | 
									<artifactId>maven-shade-plugin</artifactId>
 | 
				
			||||||
 | 
									<version>2.2</version>
 | 
				
			||||||
				<executions>
 | 
									<executions>
 | 
				
			||||||
					<execution>
 | 
										<execution>
 | 
				
			||||||
						<phase>package</phase>
 | 
											<phase>package</phase>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user