ImportData + test ImportData
Le code est fonctionnel
This commit is contained in:
parent
e9704d438e
commit
3915b18aba
4 changed files with 44 additions and 25 deletions
6
pom.xml
6
pom.xml
|
|
@ -67,6 +67,12 @@
|
|||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>1.7.25</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<version>5.7.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Reference in a new issue