Skip to content

Commit

Permalink
Supprime la dépendance inutilisée sur SLF4J
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed Jun 30, 2023
1 parent 324f385 commit 994e84f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,26 +71,13 @@
<version>3.0.0-alpha2</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
exports app.mesmedicaments.interactions.ansm.thesaurus;
exports app.mesmedicaments.interactions.ansm.thesaurus.parsing;
exports app.mesmedicaments.interactions.ansm.thesaurus.parsing.parsers;

requires org.slf4j;

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

0 comments on commit 994e84f

Please sign in to comment.