sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

Move junit to the test scope #434

Open pablisco opened 3 years ago

pablisco commented 3 years ago

closes #433

This PR moves the junit dependency from the production scope to the test scope to avoid leaking it when deploying the artifact.