Archived
0

Обновление модуля: SingleServer

Переход на использование внешних модулей, реализующих интерфейс MinecraftServer и предоставляющих сервис MinecraftServerFactory.
This commit is contained in:
2016-08-15 16:09:39 +03:00
parent 00bfd67e2a
commit edae199b00
5 changed files with 52 additions and 38 deletions

View File

@@ -20,14 +20,14 @@
<groupId>asys</groupId>
<artifactId>singleserver</artifactId>
<version>0.2</version>
<version>0.3</version>
<packaging>bundle</packaging>
<dependencies>
<dependency>
<groupId>asys</groupId>
<artifactId>api</artifactId>
<version>0.5</version>
<version>0.6</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>