Use new split modules

This commit is contained in:
filoghost 2021-05-01 12:40:34 +02:00
parent 8bdac17719
commit 5bcf735808
2 changed files with 14 additions and 2 deletions

View File

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

View File

@ -74,7 +74,13 @@
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>holographicdisplays-legacy-api</artifactId> <artifactId>holographicdisplays-legacy-api-v1</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>holographicdisplays-legacy-api-v2</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>