Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@
<groupId>ru.nukkit.multichat</groupId>
<artifactId>MultiChat</artifactId>
<version>1.0-SNAPSHOT</version>

<repositories>
<repository>
<id>potestas-repo</id>
<url>https://repo.potestas.xyz/main/</url>
</repository>
<repository>
<id>nukkit-ru</id>
<url>http://repo.nukkit.ru</url>
</repository>
</repositories>

<dependencies>
<dependency>
<!-- Nukkit is last, so that Guava can overwrite the ancient Google Collections -->
<groupId>cn.nukkit</groupId>
<artifactId>nukkit</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ru.nukkit.multipass</groupId>
<artifactId>Multipass</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

<build>
<plugins>
Expand All @@ -21,4 +47,4 @@
</plugin>
</plugins>
</build>
</project>
</project>