Ajout dépendance pour sha256

Springboot
Alix JEUDI--LEMOINE 1 year ago
parent 1cacded1ff
commit 44297309ad

@ -55,6 +55,11 @@
<artifactId>modelmapper</artifactId> <artifactId>modelmapper</artifactId>
<version>3.2.0</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save