Mark record builder as provided

This commit is contained in:
Andrea Cavalli 2022-04-13 19:48:23 +02:00
parent db4f637a8f
commit e78dc65af8
1 changed files with 2 additions and 1 deletions

View File

@ -142,6 +142,7 @@
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -227,7 +228,7 @@
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<version>26</version>
<version>33</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>