Add proper dependency from coordinates to core plugin

This commit is contained in:
SemvdH
2025-11-09 23:48:31 +01:00
parent 1c073b1b14
commit 4168355ea7
3 changed files with 5 additions and 6 deletions

View File

@@ -31,16 +31,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>nl.interestingcorner.core</groupId>
<artifactId>ic_plugin_core</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>