you're right - we only need provided/compileOnly. I've made the updates to Maven as well.

This commit is contained in:
Jordan Zimmerman
2020-12-21 07:12:28 -05:00
parent c1e771bbbe
commit 0153f65121
2 changed files with 2 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ annotation. Use `packagePattern` to change this (see Javadoc for details).
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<version>set-version-here</version>
<scope>provided</scope>
</dependency>
```

View File

@@ -13,6 +13,7 @@
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>