Browse Source

fix missing dependency

MasterCake 3 years ago
parent
commit
840cc8c210
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Plugin/pom.xml

+ 5 - 0
Plugin/pom.xml

@@ -161,5 +161,10 @@
 			<artifactId>v1_16_R2</artifactId>
 			<version>1.9.6.18</version>
 		</dependency>
+		<dependency>
+			<groupId>de.Linus122.TimeIsMoney</groupId>
+			<artifactId>v1_16_R3</artifactId>
+			<version>1.9.6.18</version>
+		</dependency>
 	</dependencies>
 </project>