Eliminar opencsv del pom.xml

This commit is contained in:
Isidoro Nevares Martín 2026-02-24 14:17:47 +01:00
parent 3d04ca958f
commit 0392095663

View File

@ -1,6 +1,6 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>FormacionProfesionalDAM2</groupId>
<groupId>org.comunidadmadrid.fp</groupId>
<artifactId>examen_aadd_2trim_FP</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>
@ -42,12 +42,5 @@
<version>3.0.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.opencsv/opencsv -->
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.10</version>
</dependency>
</dependencies>
</project>