Skip to content

Commit

Permalink
fips-bundle-test should be test scope
Browse files Browse the repository at this point in the history
no need of commons-io in dptMngt

Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Oct 5, 2024
1 parent 04e9b6b commit 9eac394
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 9eac394

Please sign in to comment.