Skip to content

Commit

Permalink
Met à jour la dépendance pdfbox
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed Jun 30, 2023
1 parent b7080d0 commit 324f385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0-alpha2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
exports app.mesmedicaments.interactions.ansm.thesaurus.parsing.parsers;

requires org.slf4j;
requires pdfbox;
requires org.apache.pdfbox;
requires static lombok;
}

0 comments on commit 324f385

Please sign in to comment.