Skip to content

Commit

Permalink
Merge pull request #141 from opt-nc:Dougniel/issue139
Browse files Browse the repository at this point in the history
fix(deps): Suppression des dépendances transitives JUnit  💩
  • Loading branch information
Dougniel authored Oct 20, 2022
2 parents 39d685e + faf9f96 commit 9fbae2a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-failsafe-plugin>2.22.2</maven-failsafe-plugin>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>

<!-- Sonarcloud analysis -->
<sonar.organization>opt-nc</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down Expand Up @@ -80,18 +80,21 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand All @@ -105,15 +108,10 @@

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit 9fbae2a

Please sign in to comment.