mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til kryonet avhengigheten i pom
This commit is contained in:
parent
d51deaf29e
commit
2219ea3dbe
13
pom.xml
13
pom.xml
@ -20,6 +20,13 @@
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>clojars</id>
|
||||
<url>http://clojars.org/repo/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<!-- https://mvnrepository.com/artifact/com.badlogicgames.gdx/gdx -->
|
||||
<dependency>
|
||||
@ -53,6 +60,12 @@
|
||||
<classifier>natives-desktop</classifier>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>kryonet</groupId>
|
||||
<artifactId>kryonet</artifactId>
|
||||
<version>2.21</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user