2016-09-23 19:49:59 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
2016-09-25 21:05:58 +02:00
|
|
|
<artifactId>viaversion-parent</artifactId>
|
2016-09-23 19:49:59 +02:00
|
|
|
<groupId>us.myles</groupId>
|
2020-10-27 18:34:59 +01:00
|
|
|
<version>3.2.0-1.16.4-rc1</version>
|
2016-09-23 19:49:59 +02:00
|
|
|
</parent>
|
2016-09-25 15:39:37 +02:00
|
|
|
|
2016-09-23 19:49:59 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>viaversion-common</artifactId>
|
2016-09-30 01:34:16 +02:00
|
|
|
<dependencies>
|
2020-06-08 22:23:24 +02:00
|
|
|
<!-- FastUtil for performance increases -->
|
2020-06-08 12:27:34 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>it.unimi.dsi</groupId>
|
|
|
|
<artifactId>fastutil</artifactId>
|
|
|
|
<version>8.3.1</version>
|
2020-06-08 22:23:24 +02:00
|
|
|
<scope>compile</scope>
|
2020-06-08 12:27:34 +02:00
|
|
|
</dependency>
|
2016-09-30 01:34:16 +02:00
|
|
|
</dependencies>
|
2019-10-30 18:24:22 +01:00
|
|
|
</project>
|