Update pom.xml (dependecy)

This commit is contained in:
Boyeau Indy 2021-05-31 18:38:03 +00:00
parent 8d5d19dffd
commit b6b0d2bbc8

16
pom.xml
View File

@ -8,7 +8,9 @@
<artifactId>jeu-de-combat</artifactId> <artifactId>jeu-de-combat</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>Boulevard Combattant</name> <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> <url>https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat</url>
<build> <build>
@ -141,14 +143,14 @@
<artifactId>javafx-fxml</artifactId> <artifactId>javafx-fxml</artifactId>
<version>${javafx.version}</version> <version>${javafx.version}</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.json/json --> <!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>com.googlecode.json-simple</groupId>
<artifactId>json</artifactId> <artifactId>json-simple</artifactId>
<version>20210307</version> <version>1.1.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>