Skip to content

Commit

Permalink
Merge pull request #119 from olamy/fips-bundle-test-scope
Browse files Browse the repository at this point in the history
fips-bundle-test should be test scope and no need of commons-io in dptMngt
  • Loading branch information
Dohbedoh authored Oct 5, 2024
2 parents 04e9b6b + 9eac394 commit cc09121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions mina-sshd-api-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<artifactId>bouncycastle-api</artifactId>
<optional>true</optional>
</dependency>
<!-- TODO remove when those versions are offered by BOM -->
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
Expand All @@ -56,6 +57,7 @@
<groupId>io.jenkins.test.fips</groupId>
<artifactId>fips-bundle-test</artifactId>
<version>23.v76d4fd57f5b_d</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@
<artifactId>hamcrest</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit cc09121

Please sign in to comment.