mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-11-25 20:05:11 +01:00
Fix missing dependency
This commit is contained in:
parent
2b5afc82af
commit
ef890acacd
@ -24,6 +24,13 @@
|
||||
<version>1.19.4-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.joml</groupId>
|
||||
<artifactId>joml</artifactId>
|
||||
<version>1.10.5</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
Loading…
Reference in New Issue
Block a user