Update pom.xml (dependecy)
This commit is contained in:
parent
8d5d19dffd
commit
b6b0d2bbc8
12
pom.xml
12
pom.xml
@ -8,7 +8,9 @@
|
||||
<artifactId>jeu-de-combat</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>Boulevard Combattant</name>
|
||||
<description>Jeu de combat inspiré de Street Fighter 3: Third Strike. Projet de fin d'année de L3.</description>
|
||||
<description>Jeu de combat inspiré de Street Fighter 3: Third Strike.
|
||||
Projet de fin d'année de L3.
|
||||
</description>
|
||||
<url>https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat</url>
|
||||
|
||||
<build>
|
||||
@ -142,11 +144,11 @@
|
||||
<version>${javafx.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/org.json/json -->
|
||||
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20210307</version>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<version>1.1.1</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
Loading…
x
Reference in New Issue
Block a user