Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
chore: correct dependencies usage
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM committed Apr 19, 2023
1 parent 6d4ee0d commit a9fe3a7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<version>3.35</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>apache-httpcomponents-client-4-api</artifactId>
Expand Down Expand Up @@ -134,6 +128,15 @@
<version>3.24.2</version>
<scope>test</scope>
</dependency>
<!--
Failed while enforcing RequireUpperBoundDeps.
This dependency is needed for mockito and assertj
-->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.22</version>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit a9fe3a7

Please sign in to comment.