File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
main/java/fr/abes/sudoc/controller Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 240240
241241 <!-- Validation-->
242242 <dependency >
243- <groupId >javax.validation</groupId >
244- <artifactId >validation-api</artifactId >
245- <version >2.0.1.Final</version >
243+ <groupId >jakarta.validation</groupId >
244+ <artifactId >jakarta.validation-api</artifactId >
246245 </dependency >
247246
248247 </dependencies >
Original file line number Diff line number Diff line change 2323 <dependencySet >
2424 <outputFileNameMapping >${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping >
2525 <outputDirectory >/${project.artifactId}/lib</outputDirectory >
26- <scope >compile </scope >
26+ <scope >runtime </scope >
2727 </dependencySet >
2828 </dependencySets >
2929</assembly >
Original file line number Diff line number Diff line change 1010import fr .abes .sudoc .service .*;
1111import fr .abes .sudoc .utils .TYPE_ID ;
1212import fr .abes .sudoc .utils .Utilitaire ;
13+ import jakarta .validation .Valid ;
1314import lombok .extern .slf4j .Slf4j ;
1415import org .springframework .http .MediaType ;
1516import org .springframework .web .bind .annotation .*;
1617
17- import javax . validation . Valid ;
18+
1819import java .io .IOException ;
1920import java .util .ArrayList ;
2021import java .util .List ;
You can’t perform that action at this time.
0 commit comments