Skip to content

Commit

Permalink
add back test scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lai committed Jan 13, 2025
1 parent 2f2f5ad commit 169cba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -393,6 +394,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
Expand Down

0 comments on commit 169cba5

Please sign in to comment.