I don't need all the additional JARs and would be happier if i could only pull in core.
I tried with:
<dependency>
<groupId>com.github.petitparser</groupId>
<artifactId>petitparser-core</artifactId>
<version>2.0.0</version>
</dependency>
but this is not deployed.