ok bitte gönn
This commit is contained in:
parent
d3855f532e
commit
ae4bed2e7d
2 changed files with 6 additions and 4 deletions
9
pom.xml
9
pom.xml
|
@ -14,15 +14,16 @@
|
|||
<dependencies>
|
||||
<!-- Dependencies hier einfügen -->
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20231013</version>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20240303</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -9,4 +9,5 @@
|
|||
requires json;
|
||||
requires org.apache.commons.io;
|
||||
requires java.datatransfer;
|
||||
requires org.json;
|
||||
}
|
Loading…
Reference in a new issue