Fix dependencies

This commit is contained in:
Marc Baloup 2021-12-21 16:07:33 +01:00
parent 5b97a32627
commit 7fc419086d
Signed by: marcbal
GPG Key ID: BBC0FE3ABC30B893
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,6 @@
<groupId>io.github.classgraph</groupId> <groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId> <artifactId>classgraph</artifactId>
<version>4.8.108</version> <version>4.8.108</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -68,6 +67,7 @@
<groupId>org.geysermc.floodgate</groupId> <groupId>org.geysermc.floodgate</groupId>
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>