1
0

Add tests dependencies

This commit is contained in:
2020-09-10 16:57:12 +02:00
parent 7f2256bcbb
commit a4a30d1bea
5 changed files with 73 additions and 4 deletions
@@ -4,6 +4,9 @@
<groupId>{{ dep.groupId }}</groupId>
<artifactId>{{ dep.artifactId }}</artifactId>
<version>{{ dep.version }}</version>
{% if dep.scope.toString == "Test" %}
<scope>test</scope>
{% endif %}
</dependency>
{% endfor %}
</dependencies>