reportportal / agent-java-junit

Report Portal agent for JUnit 4
Apache License 2.0
11 stars 17 forks source link

Step-by-step integration instructions need minor revisions #37

Closed sbabcoc closed 5 years ago

sbabcoc commented 5 years ago

The step-by-step instructions documented in the README specify to add JUnit Foundation as a direct dependency. This is neither required nor desirable. JUnit Foundation is a transitive dependency, brought in by agent-java-junit. Remove the direct dependency.