Skip to content

Commit

Permalink
Merge pull request #82 from abes-esr/develop
Browse files Browse the repository at this point in the history
merge develop dans main
  • Loading branch information
SamuelQuetin authored Mar 25, 2024
2 parents a7d7d01 + a268c8f commit 439a211
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>fr.abes</groupId>
<artifactId>best-ppn-api</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>best-ppn-api</name>
<description>Api de calcul du best ppn pour bacon</description>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.2</version>
<version>2.15.4</version>
</dependency>

<!-- TEST -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class LigneKbartDto {
private String accessType;
@CsvBindByName(column = "best_ppn")
@CsvBindByPosition(position = 25)
@JsonProperty("best_ppn")
@JsonProperty("bestPpn")
private String bestPpn;

@JsonProperty("provider_package_package")
Expand Down

0 comments on commit 439a211

Please sign in to comment.