Skip to content

Commit

Permalink
Add test dependency on commons-text-api
Browse files Browse the repository at this point in the history
Fixes error in InjectedTest when upgrading to 2.387.3

    Caused by: java.io.IOException: Failed to load: Plugin Utilities API Plugin (plugin-util-api 3.3.0)
     - Plugin is missing: commons-text-api (1.10.0-36.vc008c8fcda_7b_)
  • Loading branch information
sghill committed Sep 10, 2023
1 parent a43e610 commit a6c2935
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@
<version>2.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>commons-text-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

Expand Down

0 comments on commit a6c2935

Please sign in to comment.