Skip to content

Commit

Permalink
Merge pull request #26 from groldan/build/fix_plugin_tests
Browse files Browse the repository at this point in the history
Fix plugin build against gs:2.24.x
  • Loading branch information
groldan authored Jul 17, 2023
2 parents f09e26c + 1921b86 commit b620673
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugin/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
Expand Down

0 comments on commit b620673

Please sign in to comment.