Include legacy compatibility modules only at runtime

This commit is contained in:
filoghost 2020-11-10 10:12:14 +01:00
parent 9281515385
commit 9c97e0ed39
1 changed files with 2 additions and 0 deletions

View File

@ -43,11 +43,13 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>holographicdisplays-legacy-v1</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>holographicdisplays-legacy-v2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>