chore(deps): Mark apache's commons-text and -lang3 as scope=compile

For clarification because we are shading these libraries into our final jar
This commit is contained in:
Christian Koop 2024-05-01 23:58:46 +02:00
parent 41dbafea69
commit f4b691059e
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 2 additions and 0 deletions

View File

@ -188,12 +188,14 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<scope>compile</scope>
</dependency>
<dependency>