Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
It should state that kiwi-test declares most dependencies as
provided, not kiwi.
  • Loading branch information
sleberknight committed Aug 4, 2024
1 parent 94669f3 commit 18284e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Almost all the dependencies in the POM have _provided_ scope, so that we don't b
This downside to this is that you must specifically add any required dependencies to your own POM in order to use a
specific feature in Kiwi Test.

The only required dependencies are guava, kiwi, and slf4j-api. Note that kiwi also marks most dependencies as
The only required dependencies are guava, kiwi, and slf4j-api. Note that kiwi-test also marks most dependencies as
_provided_ scope, so in some cases you might need to add additional dependencies.

0 comments on commit 18284e0

Please sign in to comment.