Added Disk-Lib
This commit is contained in:
parent
1f13c21dc0
commit
17d97368f3
6
pom.xml
6
pom.xml
|
@ -54,6 +54,7 @@
|
|||
<java-parser.version>3.26.1</java-parser.version>
|
||||
<taskmanager.version>1.0.1</taskmanager.version>
|
||||
<google-java-format.version>1.7</google-java-format.version> <!-- Newer versions require Java 11+ -->
|
||||
<disk-lib.version>1.2.0</disk-lib.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
@ -395,6 +396,11 @@
|
|||
<artifactId>google-java-format</artifactId>
|
||||
<version>${google-java-format.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.konloch</groupId>
|
||||
<artifactId>DiskLib</artifactId>
|
||||
<version>${disk-lib.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO Re-add for Graal.JS support -->
|
||||
<!--<dependency>
|
||||
|
|
Loading…
Reference in New Issue
Block a user