fixing waterfall depend

This commit is contained in:
youhavetrouble
2020-08-02 14:03:11 +02:00
parent 14d0384de0
commit d7e461cb89
+4 -5
View File
@@ -82,11 +82,10 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.PaperMC</groupId>
<artifactId>Waterfall</artifactId>
<version>1.16</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/waterfall-366.jar</systemPath>
<groupId>io.github.waterfallmc</groupId>
<artifactId>waterfall-api</artifactId>
<version>1.15-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>