Replaces local dependencies with jitpack.io dependencies

This commit is contained in:
2020-01-11 11:43:31 +01:00
parent a58bb6716d
commit 3fc7ee7f3f
2 changed files with 17 additions and 4 deletions

View File

@ -29,5 +29,11 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>