Adding velocity module

This commit is contained in:
Roman Zhuravlev 2023-08-11 19:38:38 +05:00
parent 2d1d2287f7
commit c80a17c35b

View file

@ -12,7 +12,19 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common</artifactId>
<artifactId>velocity</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bukkit</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>misc</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
@ -30,13 +42,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>misc</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bukkit</artifactId>
<artifactId>common</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>