mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-01 07:39:35 +01:00
Legger til manglende kryo avhengighet
This commit is contained in:
parent
08e2a61457
commit
e559048f07
6
pom.xml
6
pom.xml
@ -60,6 +60,12 @@
|
|||||||
<classifier>natives-desktop</classifier>
|
<classifier>natives-desktop</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.esotericsoftware</groupId>
|
||||||
|
<artifactId>kryo</artifactId>
|
||||||
|
<version>5.0.0-RC5</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>kryonet</groupId>
|
<groupId>kryonet</groupId>
|
||||||
<artifactId>kryonet</artifactId>
|
<artifactId>kryonet</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user